123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177 |
- set terminal postscript enhanced colour portrait size 6,6
- n = 20
- min=0.0
- max=4.14848327637e-05
- width=(max-min)/n
- hist(x, width)=width*floor(x/width)+width/2.0
- 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 (hist($1,width)):(1.0) smooth freq w boxes
- set terminal postscript enhanced colour portrait size 6,6
- n = 20
- min=0.0
- max=1.38485032716e-05
- width=(max-min)/n
- hist(x, width)=width*floor(x/width)+width/2.0
- 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 (hist($1,width)):(1.0) smooth freq w boxes
- set terminal postscript enhanced colour portrait size 6,6
- n = 20
- min=0.0
- max=3.24402952028e-05
- width=(max-min)/n
- hist(x, width)=width*floor(x/width)+width/2.0
- 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 (hist($1,width)):(1.0) smooth freq w boxes
- set terminal postscript enhanced colour portrait size 6,6
- n = 20
- min=0.0
- max=1.14897763975e-05
- width=(max-min)/n
- hist(x, width)=width*floor(x/width)+width/2.0
- 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 (hist($1,width)):(1.0) smooth freq w boxes
- set terminal postscript enhanced colour portrait size 6,6
- n = 20
- min=0.0
- max=3.46018288303e-05
- width=(max-min)/n
- hist(x, width)=width*floor(x/width)+width/2.0
- 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 (hist($1,width)):(1.0) smooth freq w boxes
- set terminal postscript enhanced colour portrait size 6,6
- n = 20
- min=0.0
- max=1.77202125739e-05
- width=(max-min)/n
- hist(x, width)=width*floor(x/width)+width/2.0
- 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 (hist($1,width)):(1.0) smooth freq w boxes
- set terminal postscript enhanced colour portrait size 6,6
- n = 20
- min=0.0
- max=1.22940839718e-05
- width=(max-min)/n
- hist(x, width)=width*floor(x/width)+width/2.0
- 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 (hist($1,width)):(1.0) smooth freq w boxes
- set terminal postscript enhanced colour portrait size 6,6
- n = 20
- min=0.0
- max=1.45440804238e-05
- width=(max-min)/n
- hist(x, width)=width*floor(x/width)+width/2.0
- 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 (hist($1,width)):(1.0) smooth freq w boxes
- set terminal postscript enhanced colour portrait size 6,6
- n = 20
- min=0.0
- max=3.16804486348e-05
- width=(max-min)/n
- hist(x, width)=width*floor(x/width)+width/2.0
- 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 (hist($1,width)):(1.0) smooth freq w boxes
- set terminal postscript enhanced colour portrait size 6,6
- n = 20
- min=0.0
- max=2.09075791715e-05
- width=(max-min)/n
- hist(x, width)=width*floor(x/width)+width/2.0
- 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 (hist($1,width)):(1.0) smooth freq w boxes
- set terminal postscript enhanced colour portrait size 6,6
- n = 20
- min=0.0
- max=0.000149018497674
- width=(max-min)/n
- hist(x, width)=width*floor(x/width)+width/2.0
- 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 (hist($1,width)):(1.0) smooth freq w boxes
- set terminal postscript enhanced colour portrait size 6,6
- n = 20
- min=0.0
- max=7.80455920161e-05
- width=(max-min)/n
- hist(x, width)=width*floor(x/width)+width/2.0
- 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 (hist($1,width)):(1.0) smooth freq w boxes
- set terminal postscript enhanced colour portrait size 6,6
- n = 20
- min=0.0
- max=1.76965480963e-05
- width=(max-min)/n
- hist(x, width)=width*floor(x/width)+width/2.0
- 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 (hist($1,width)):(1.0) smooth freq w boxes
- set terminal postscript enhanced colour portrait size 6,6
- n = 20
- min=0.0
- max=1.47346065375e-05
- width=(max-min)/n
- hist(x, width)=width*floor(x/width)+width/2.0
- 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 (hist($1,width)):(1.0) smooth freq w boxes
- set terminal postscript enhanced colour portrait size 6,6
- n = 20
- min=0.0
- max=1.96564026483e-05
- width=(max-min)/n
- hist(x, width)=width*floor(x/width)+width/2.0
- 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 (hist($1,width)):(1.0) smooth freq w boxes
- set terminal postscript enhanced colour portrait size 6,6
- n = 20
- min=0.0
- max=1.57895939131e-05
- width=(max-min)/n
- hist(x, width)=width*floor(x/width)+width/2.0
- 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 (hist($1,width)):(1.0) smooth freq w boxes
|