plot 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. set terminal postscript enhanced colour portrait size 6,6
  2. set xtics rotate by -45
  3. n = 20
  4. max=8.58306884766e-06
  5. width=max/n
  6. set boxwidth width absolute
  7. set style fill solid 1.0 noborder
  8. rounded(x)=width*floor(x/width)+width/2
  9. set out 'calibration/plot_read_root.eps'
  10. set ylabel 'Frequency (time)'
  11. set xlabel 'Duration (s)'
  12. set title 'Operation read\_root'
  13. plot 'calibration/distribution_read_root' u (rounded($1)):(1) smooth freq w boxes title ''
  14. set terminal postscript enhanced colour portrait size 6,6
  15. set xtics rotate by -45
  16. n = 20
  17. max=3.34718281313e-06
  18. width=max/n
  19. set boxwidth width absolute
  20. set style fill solid 1.0 noborder
  21. rounded(x)=width*floor(x/width)+width/2
  22. set out 'calibration/plot_read_dict.eps'
  23. set ylabel 'Frequency (time)'
  24. set xlabel 'Duration (s)'
  25. set title 'Operation read\_dict'
  26. plot 'calibration/distribution_read_dict' u (rounded($1)):(1) smooth freq w boxes title ''
  27. set terminal postscript enhanced colour portrait size 6,6
  28. set xtics rotate by -45
  29. n = 20
  30. max=2.41375635372e-05
  31. width=max/n
  32. set boxwidth width absolute
  33. set style fill solid 1.0 noborder
  34. rounded(x)=width*floor(x/width)+width/2
  35. set out 'calibration/plot_read_dict_keys.eps'
  36. set ylabel 'Frequency (time)'
  37. set xlabel 'Duration (s)'
  38. set title 'Operation read\_dict\_keys'
  39. plot 'calibration/distribution_read_dict_keys' u (rounded($1)):(1) smooth freq w boxes title ''
  40. set terminal postscript enhanced colour portrait size 6,6
  41. set xtics rotate by -45
  42. n = 20
  43. max=1.03845701811e-06
  44. width=max/n
  45. set boxwidth width absolute
  46. set style fill solid 1.0 noborder
  47. rounded(x)=width*floor(x/width)+width/2
  48. set out 'calibration/plot_read_value.eps'
  49. set ylabel 'Frequency (time)'
  50. set xlabel 'Duration (s)'
  51. set title 'Operation read\_value'
  52. plot 'calibration/distribution_read_value' u (rounded($1)):(1) smooth freq w boxes title ''
  53. set terminal postscript enhanced colour portrait size 6,6
  54. set xtics rotate by -45
  55. n = 20
  56. max=5.37276757927e-06
  57. width=max/n
  58. set boxwidth width absolute
  59. set style fill solid 1.0 noborder
  60. rounded(x)=width*floor(x/width)+width/2
  61. set out 'calibration/plot_read_dict_node.eps'
  62. set ylabel 'Frequency (time)'
  63. set xlabel 'Duration (s)'
  64. set title 'Operation read\_dict\_node'
  65. plot 'calibration/distribution_read_dict_node' u (rounded($1)):(1) smooth freq w boxes title ''
  66. set terminal postscript enhanced colour portrait size 6,6
  67. set xtics rotate by -45
  68. n = 20
  69. max=1.96604843027e-05
  70. width=max/n
  71. set boxwidth width absolute
  72. set style fill solid 1.0 noborder
  73. rounded(x)=width*floor(x/width)+width/2
  74. set out 'calibration/plot_rule_generation.eps'
  75. set ylabel 'Frequency (time)'
  76. set xlabel 'Duration (s)'
  77. set title 'Operation rule\_generation'
  78. plot 'calibration/distribution_rule_generation' u (rounded($1)):(1) smooth freq w boxes title ''
  79. set terminal postscript enhanced colour portrait size 6,6
  80. set xtics rotate by -45
  81. n = 20
  82. max=8.69445692818e-06
  83. width=max/n
  84. set boxwidth width absolute
  85. set style fill solid 1.0 noborder
  86. rounded(x)=width*floor(x/width)+width/2
  87. set out 'calibration/plot_read_dict_edge.eps'
  88. set ylabel 'Frequency (time)'
  89. set xlabel 'Duration (s)'
  90. set title 'Operation read\_dict\_edge'
  91. plot 'calibration/distribution_read_dict_edge' u (rounded($1)):(1) smooth freq w boxes title ''
  92. set terminal postscript enhanced colour portrait size 6,6
  93. set xtics rotate by -45
  94. n = 20
  95. max=2.05476460188e-06
  96. width=max/n
  97. set boxwidth width absolute
  98. set style fill solid 1.0 noborder
  99. rounded(x)=width*floor(x/width)+width/2
  100. set out 'calibration/plot_create_node.eps'
  101. set ylabel 'Frequency (time)'
  102. set xlabel 'Duration (s)'
  103. set title 'Operation create\_node'
  104. plot 'calibration/distribution_create_node' u (rounded($1)):(1) smooth freq w boxes title ''
  105. set terminal postscript enhanced colour portrait size 6,6
  106. set xtics rotate by -45
  107. n = 20
  108. max=2.78272645929e-06
  109. width=max/n
  110. set boxwidth width absolute
  111. set style fill solid 1.0 noborder
  112. rounded(x)=width*floor(x/width)+width/2
  113. set out 'calibration/plot_create_nodevalue.eps'
  114. set ylabel 'Frequency (time)'
  115. set xlabel 'Duration (s)'
  116. set title 'Operation create\_nodevalue'
  117. plot 'calibration/distribution_create_nodevalue' u (rounded($1)):(1) smooth freq w boxes title ''
  118. set terminal postscript enhanced colour portrait size 6,6
  119. set xtics rotate by -45
  120. n = 20
  121. max=1.35673373642e-05
  122. width=max/n
  123. set boxwidth width absolute
  124. set style fill solid 1.0 noborder
  125. rounded(x)=width*floor(x/width)+width/2
  126. set out 'calibration/plot_create_dict.eps'
  127. set ylabel 'Frequency (time)'
  128. set xlabel 'Duration (s)'
  129. set title 'Operation create\_dict'
  130. plot 'calibration/distribution_create_dict' u (rounded($1)):(1) smooth freq w boxes title ''
  131. set terminal postscript enhanced colour portrait size 6,6
  132. set xtics rotate by -45
  133. n = 20
  134. max=8.65719920925e-06
  135. width=max/n
  136. set boxwidth width absolute
  137. set style fill solid 1.0 noborder
  138. rounded(x)=width*floor(x/width)+width/2
  139. set out 'calibration/plot_delete_edge.eps'
  140. set ylabel 'Frequency (time)'
  141. set xlabel 'Duration (s)'
  142. set title 'Operation delete\_edge'
  143. plot 'calibration/distribution_delete_edge' u (rounded($1)):(1) smooth freq w boxes title ''
  144. set terminal postscript enhanced colour portrait size 6,6
  145. set xtics rotate by -45
  146. n = 20
  147. max=2.56383708893e-05
  148. width=max/n
  149. set boxwidth width absolute
  150. set style fill solid 1.0 noborder
  151. rounded(x)=width*floor(x/width)+width/2
  152. set out 'calibration/plot_delete_node.eps'
  153. set ylabel 'Frequency (time)'
  154. set xlabel 'Duration (s)'
  155. set title 'Operation delete\_node'
  156. plot 'calibration/distribution_delete_node' u (rounded($1)):(1) smooth freq w boxes title ''
  157. set terminal postscript enhanced colour portrait size 6,6
  158. set xtics rotate by -45
  159. n = 20
  160. max=5.4106937309e-05
  161. width=max/n
  162. set boxwidth width absolute
  163. set style fill solid 1.0 noborder
  164. rounded(x)=width*floor(x/width)+width/2
  165. set out 'calibration/plot_read_reverse_dict.eps'
  166. set ylabel 'Frequency (time)'
  167. set xlabel 'Duration (s)'
  168. set title 'Operation read\_reverse\_dict'
  169. plot 'calibration/distribution_read_reverse_dict' u (rounded($1)):(1) smooth freq w boxes title ''
  170. set terminal postscript enhanced colour portrait size 6,6
  171. set xtics rotate by -45
  172. n = 20
  173. max=5.53456223095e-06
  174. width=max/n
  175. set boxwidth width absolute
  176. set style fill solid 1.0 noborder
  177. rounded(x)=width*floor(x/width)+width/2
  178. set out 'calibration/plot_create_edge.eps'
  179. set ylabel 'Frequency (time)'
  180. set xlabel 'Duration (s)'
  181. set title 'Operation create\_edge'
  182. plot 'calibration/distribution_create_edge' u (rounded($1)):(1) smooth freq w boxes title ''
  183. set terminal postscript enhanced colour portrait size 6,6
  184. set xtics rotate by -45
  185. n = 20
  186. max=4.51813123356e-06
  187. width=max/n
  188. set boxwidth width absolute
  189. set style fill solid 1.0 noborder
  190. rounded(x)=width*floor(x/width)+width/2
  191. set out 'calibration/plot_read_outgoing.eps'
  192. set ylabel 'Frequency (time)'
  193. set xlabel 'Duration (s)'
  194. set title 'Operation read\_outgoing'
  195. plot 'calibration/distribution_read_outgoing' u (rounded($1)):(1) smooth freq w boxes title ''
  196. set terminal postscript enhanced colour portrait size 6,6
  197. set xtics rotate by -45
  198. n = 20
  199. max=5.35108120561e-06
  200. width=max/n
  201. set boxwidth width absolute
  202. set style fill solid 1.0 noborder
  203. rounded(x)=width*floor(x/width)+width/2
  204. set out 'calibration/plot_read_incoming.eps'
  205. set ylabel 'Frequency (time)'
  206. set xlabel 'Duration (s)'
  207. set title 'Operation read\_incoming'
  208. plot 'calibration/distribution_read_incoming' u (rounded($1)):(1) smooth freq w boxes title ''
  209. set terminal postscript enhanced colour portrait size 6,6
  210. set xtics rotate by -45
  211. n = 20
  212. max=1.18916628515e-06
  213. width=max/n
  214. set boxwidth width absolute
  215. set style fill solid 1.0 noborder
  216. rounded(x)=width*floor(x/width)+width/2
  217. set out 'calibration/plot_read_edge.eps'
  218. set ylabel 'Frequency (time)'
  219. set xlabel 'Duration (s)'
  220. set title 'Operation read\_edge'
  221. plot 'calibration/distribution_read_edge' u (rounded($1)):(1) smooth freq w boxes title ''
  222. set terminal postscript enhanced colour portrait size 6,6
  223. set xtics rotate by -45
  224. n = 20
  225. max=2.6404270104
  226. width=max/n
  227. set boxwidth width absolute
  228. set style fill solid 1.0 noborder
  229. rounded(x)=width*floor(x/width)+width/2
  230. set out 'calibration/plot_purge.eps'
  231. set ylabel 'Frequency (time)'
  232. set xlabel 'Duration (s)'
  233. set title 'Operation purge'
  234. plot 'calibration/distribution_purge' u (rounded($1)):(1) smooth freq w boxes title ''