123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235 |
- set terminal postscript enhanced colour portrait size 6,6
- set xtics rotate by -45
- n = 20
- max=9.29832458496e-06
- width=max/n
- set boxwidth width absolute
- set style fill solid 1.0 noborder
- rounded(x)=width*floor(x/width)+width/2
- set out 'calibration/plot_read_root.eps'
- set ylabel 'Frequency (time)'
- set xlabel 'Duration (s)'
- set title 'Operation read\_root'
- plot 'calibration/distribution_read_root' u (rounded($1)):(1) smooth freq w boxes title ''
- set terminal postscript enhanced colour portrait size 6,6
- set xtics rotate by -45
- n = 20
- max=3.27052216631e-06
- width=max/n
- set boxwidth width absolute
- set style fill solid 1.0 noborder
- rounded(x)=width*floor(x/width)+width/2
- set out 'calibration/plot_read_dict.eps'
- set ylabel 'Frequency (time)'
- set xlabel 'Duration (s)'
- set title 'Operation read\_dict'
- plot 'calibration/distribution_read_dict' u (rounded($1)):(1) smooth freq w boxes title ''
- set terminal postscript enhanced colour portrait size 6,6
- set xtics rotate by -45
- n = 20
- max=2.31425725151e-05
- width=max/n
- set boxwidth width absolute
- set style fill solid 1.0 noborder
- rounded(x)=width*floor(x/width)+width/2
- set out 'calibration/plot_read_dict_keys.eps'
- set ylabel 'Frequency (time)'
- set xlabel 'Duration (s)'
- set title 'Operation read\_dict\_keys'
- plot 'calibration/distribution_read_dict_keys' u (rounded($1)):(1) smooth freq w boxes title ''
- set terminal postscript enhanced colour portrait size 6,6
- set xtics rotate by -45
- n = 20
- max=1.46119386354e-06
- width=max/n
- set boxwidth width absolute
- set style fill solid 1.0 noborder
- rounded(x)=width*floor(x/width)+width/2
- set out 'calibration/plot_read_value.eps'
- set ylabel 'Frequency (time)'
- set xlabel 'Duration (s)'
- set title 'Operation read\_value'
- plot 'calibration/distribution_read_value' u (rounded($1)):(1) smooth freq w boxes title ''
- set terminal postscript enhanced colour portrait size 6,6
- set xtics rotate by -45
- n = 20
- max=1.23177277326e-05
- width=max/n
- set boxwidth width absolute
- set style fill solid 1.0 noborder
- rounded(x)=width*floor(x/width)+width/2
- set out 'calibration/plot_read_dict_node.eps'
- set ylabel 'Frequency (time)'
- set xlabel 'Duration (s)'
- set title 'Operation read\_dict\_node'
- plot 'calibration/distribution_read_dict_node' u (rounded($1)):(1) smooth freq w boxes title ''
- set terminal postscript enhanced colour portrait size 6,6
- set xtics rotate by -45
- n = 20
- max=2.32212539717e-05
- width=max/n
- set boxwidth width absolute
- set style fill solid 1.0 noborder
- rounded(x)=width*floor(x/width)+width/2
- set out 'calibration/plot_rule_generation.eps'
- set ylabel 'Frequency (time)'
- set xlabel 'Duration (s)'
- set title 'Operation rule\_generation'
- plot 'calibration/distribution_rule_generation' u (rounded($1)):(1) smooth freq w boxes title ''
- set terminal postscript enhanced colour portrait size 6,6
- set xtics rotate by -45
- n = 20
- max=5.11038878259e-06
- width=max/n
- set boxwidth width absolute
- set style fill solid 1.0 noborder
- rounded(x)=width*floor(x/width)+width/2
- set out 'calibration/plot_read_dict_edge.eps'
- set ylabel 'Frequency (time)'
- set xlabel 'Duration (s)'
- set title 'Operation read\_dict\_edge'
- plot 'calibration/distribution_read_dict_edge' u (rounded($1)):(1) smooth freq w boxes title ''
- set terminal postscript enhanced colour portrait size 6,6
- set xtics rotate by -45
- n = 20
- max=2.08049561122e-06
- width=max/n
- set boxwidth width absolute
- set style fill solid 1.0 noborder
- rounded(x)=width*floor(x/width)+width/2
- set out 'calibration/plot_create_node.eps'
- set ylabel 'Frequency (time)'
- set xlabel 'Duration (s)'
- set title 'Operation create\_node'
- plot 'calibration/distribution_create_node' u (rounded($1)):(1) smooth freq w boxes title ''
- set terminal postscript enhanced colour portrait size 6,6
- set xtics rotate by -45
- n = 20
- max=3.41928846383e-06
- width=max/n
- set boxwidth width absolute
- set style fill solid 1.0 noborder
- rounded(x)=width*floor(x/width)+width/2
- set out 'calibration/plot_create_nodevalue.eps'
- set ylabel 'Frequency (time)'
- set xlabel 'Duration (s)'
- set title 'Operation create\_nodevalue'
- plot 'calibration/distribution_create_nodevalue' u (rounded($1)):(1) smooth freq w boxes title ''
- set terminal postscript enhanced colour portrait size 6,6
- set xtics rotate by -45
- n = 20
- max=1.34731213411e-05
- width=max/n
- set boxwidth width absolute
- set style fill solid 1.0 noborder
- rounded(x)=width*floor(x/width)+width/2
- set out 'calibration/plot_create_dict.eps'
- set ylabel 'Frequency (time)'
- set xlabel 'Duration (s)'
- set title 'Operation create\_dict'
- plot 'calibration/distribution_create_dict' u (rounded($1)):(1) smooth freq w boxes title ''
- set terminal postscript enhanced colour portrait size 6,6
- set xtics rotate by -45
- n = 20
- max=7.74030955625e-06
- width=max/n
- set boxwidth width absolute
- set style fill solid 1.0 noborder
- rounded(x)=width*floor(x/width)+width/2
- set out 'calibration/plot_delete_edge.eps'
- set ylabel 'Frequency (time)'
- set xlabel 'Duration (s)'
- set title 'Operation delete\_edge'
- plot 'calibration/distribution_delete_edge' u (rounded($1)):(1) smooth freq w boxes title ''
- set terminal postscript enhanced colour portrait size 6,6
- set xtics rotate by -45
- n = 20
- max=2.79935712482e-05
- width=max/n
- set boxwidth width absolute
- set style fill solid 1.0 noborder
- rounded(x)=width*floor(x/width)+width/2
- set out 'calibration/plot_delete_node.eps'
- set ylabel 'Frequency (time)'
- set xlabel 'Duration (s)'
- set title 'Operation delete\_node'
- plot 'calibration/distribution_delete_node' u (rounded($1)):(1) smooth freq w boxes title ''
- set terminal postscript enhanced colour portrait size 6,6
- set xtics rotate by -45
- n = 20
- max=5.31495251036e-05
- width=max/n
- set boxwidth width absolute
- set style fill solid 1.0 noborder
- rounded(x)=width*floor(x/width)+width/2
- set out 'calibration/plot_read_reverse_dict.eps'
- set ylabel 'Frequency (time)'
- set xlabel 'Duration (s)'
- set title 'Operation read\_reverse\_dict'
- plot 'calibration/distribution_read_reverse_dict' u (rounded($1)):(1) smooth freq w boxes title ''
- set terminal postscript enhanced colour portrait size 6,6
- set xtics rotate by -45
- n = 20
- max=6.359883517e-06
- width=max/n
- set boxwidth width absolute
- set style fill solid 1.0 noborder
- rounded(x)=width*floor(x/width)+width/2
- set out 'calibration/plot_create_edge.eps'
- set ylabel 'Frequency (time)'
- set xlabel 'Duration (s)'
- set title 'Operation create\_edge'
- plot 'calibration/distribution_create_edge' u (rounded($1)):(1) smooth freq w boxes title ''
- set terminal postscript enhanced colour portrait size 6,6
- set xtics rotate by -45
- n = 20
- max=4.68186116987e-06
- width=max/n
- set boxwidth width absolute
- set style fill solid 1.0 noborder
- rounded(x)=width*floor(x/width)+width/2
- set out 'calibration/plot_read_outgoing.eps'
- set ylabel 'Frequency (time)'
- set xlabel 'Duration (s)'
- set title 'Operation read\_outgoing'
- plot 'calibration/distribution_read_outgoing' u (rounded($1)):(1) smooth freq w boxes title ''
- set terminal postscript enhanced colour portrait size 6,6
- set xtics rotate by -45
- n = 20
- max=3.65258193822e-06
- width=max/n
- set boxwidth width absolute
- set style fill solid 1.0 noborder
- rounded(x)=width*floor(x/width)+width/2
- set out 'calibration/plot_read_incoming.eps'
- set ylabel 'Frequency (time)'
- set xlabel 'Duration (s)'
- set title 'Operation read\_incoming'
- plot 'calibration/distribution_read_incoming' u (rounded($1)):(1) smooth freq w boxes title ''
- set terminal postscript enhanced colour portrait size 6,6
- set xtics rotate by -45
- n = 20
- max=1.42974927324e-06
- width=max/n
- set boxwidth width absolute
- set style fill solid 1.0 noborder
- rounded(x)=width*floor(x/width)+width/2
- set out 'calibration/plot_read_edge.eps'
- set ylabel 'Frequency (time)'
- set xlabel 'Duration (s)'
- set title 'Operation read\_edge'
- plot 'calibration/distribution_read_edge' u (rounded($1)):(1) smooth freq w boxes title ''
- set terminal postscript enhanced colour portrait size 6,6
- set xtics rotate by -45
- n = 20
- max=1.99442242174
- width=max/n
- set boxwidth width absolute
- set style fill solid 1.0 noborder
- rounded(x)=width*floor(x/width)+width/2
- set out 'calibration/plot_purge.eps'
- set ylabel 'Frequency (time)'
- set xlabel 'Duration (s)'
- set title 'Operation purge'
- plot 'calibration/distribution_purge' u (rounded($1)):(1) smooth freq w boxes title ''
|