|
@@ -1,176 +1,221 @@
|
|
|
set terminal postscript enhanced colour portrait size 6,6
|
|
|
+set xtics rotate by -45
|
|
|
n = 20
|
|
|
-min=0.0
|
|
|
-max=4.14848327637e-05
|
|
|
-width=(max-min)/n
|
|
|
-hist(x, width)=width*floor(x/width)+width/2.0
|
|
|
+max=4.2200088501e-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_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
|
|
|
+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
|
|
|
-min=0.0
|
|
|
-max=1.38485032716e-05
|
|
|
-width=(max-min)/n
|
|
|
-hist(x, width)=width*floor(x/width)+width/2.0
|
|
|
+max=1.38038111507e-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.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
|
|
|
+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
|
|
|
-min=0.0
|
|
|
-max=3.24402952028e-05
|
|
|
-width=(max-min)/n
|
|
|
-hist(x, width)=width*floor(x/width)+width/2.0
|
|
|
+max=5.03419029865e-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 (hist($1,width)):(1.0) smooth freq w boxes
|
|
|
+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
|
|
|
-min=0.0
|
|
|
-max=1.14897763975e-05
|
|
|
-width=(max-min)/n
|
|
|
-hist(x, width)=width*floor(x/width)+width/2.0
|
|
|
+max=1.1659848915e-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_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
|
|
|
+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
|
|
|
-min=0.0
|
|
|
-max=3.46018288303e-05
|
|
|
-width=(max-min)/n
|
|
|
-hist(x, width)=width*floor(x/width)+width/2.0
|
|
|
+max=3.06242657858e-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 (hist($1,width)):(1.0) smooth freq w boxes
|
|
|
+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
|
|
|
-min=0.0
|
|
|
-max=1.77202125739e-05
|
|
|
-width=(max-min)/n
|
|
|
-hist(x, width)=width*floor(x/width)+width/2.0
|
|
|
+max=4.62964762168e-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=1.92767558082e-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_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
|
|
|
+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
|
|
|
-min=0.0
|
|
|
-max=1.22940839718e-05
|
|
|
-width=(max-min)/n
|
|
|
-hist(x, width)=width*floor(x/width)+width/2.0
|
|
|
+max=1.13754350246e-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_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
|
|
|
+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
|
|
|
-min=0.0
|
|
|
-max=1.45440804238e-05
|
|
|
-width=(max-min)/n
|
|
|
-hist(x, width)=width*floor(x/width)+width/2.0
|
|
|
+max=1.50409274217e-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_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
|
|
|
+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
|
|
|
-min=0.0
|
|
|
-max=3.16804486348e-05
|
|
|
-width=(max-min)/n
|
|
|
-hist(x, width)=width*floor(x/width)+width/2.0
|
|
|
+max=3.08419711862e-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 (hist($1,width)):(1.0) smooth freq w boxes
|
|
|
+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
|
|
|
-min=0.0
|
|
|
-max=2.09075791715e-05
|
|
|
-width=(max-min)/n
|
|
|
-hist(x, width)=width*floor(x/width)+width/2.0
|
|
|
+max=2.05014624372e-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_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
|
|
|
+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
|
|
|
-min=0.0
|
|
|
-max=0.000149018497674
|
|
|
-width=(max-min)/n
|
|
|
-hist(x, width)=width*floor(x/width)+width/2.0
|
|
|
+max=0.000142676735613
|
|
|
+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 (hist($1,width)):(1.0) smooth freq w boxes
|
|
|
+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
|
|
|
-min=0.0
|
|
|
-max=7.80455920161e-05
|
|
|
-width=(max-min)/n
|
|
|
-hist(x, width)=width*floor(x/width)+width/2.0
|
|
|
+max=7.67367226737e-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 (hist($1,width)):(1.0) smooth freq w boxes
|
|
|
+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
|
|
|
-min=0.0
|
|
|
-max=1.76965480963e-05
|
|
|
-width=(max-min)/n
|
|
|
-hist(x, width)=width*floor(x/width)+width/2.0
|
|
|
+max=1.8038468462e-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_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
|
|
|
+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
|
|
|
-min=0.0
|
|
|
-max=1.47346065375e-05
|
|
|
-width=(max-min)/n
|
|
|
-hist(x, width)=width*floor(x/width)+width/2.0
|
|
|
+max=1.56180029422e-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_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
|
|
|
+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
|
|
|
-min=0.0
|
|
|
-max=1.96564026483e-05
|
|
|
-width=(max-min)/n
|
|
|
-hist(x, width)=width*floor(x/width)+width/2.0
|
|
|
+max=1.93770954598e-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_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
|
|
|
+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
|
|
|
-min=0.0
|
|
|
-max=1.57895939131e-05
|
|
|
-width=(max-min)/n
|
|
|
-hist(x, width)=width*floor(x/width)+width/2.0
|
|
|
+max=1.34748651793e-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_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
|
|
|
+plot 'calibration/distribution_read_edge' u (rounded($1)):(1) smooth freq w boxes title ''
|