plot 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. set terminal postscript enhanced colour portrait size 6,6
  2. n = 20
  3. min=0.0
  4. max=4.14848327637e-05
  5. width=(max-min)/n
  6. hist(x, width)=width*floor(x/width)+width/2.0
  7. set out 'calibration/plot_read_root.eps'
  8. set ylabel 'Frequency (time)'
  9. set xlabel 'Duration (s)'
  10. set title 'Operation read\_root'
  11. plot 'calibration/distribution_read_root' u (hist($1,width)):(1.0) smooth freq w boxes
  12. set terminal postscript enhanced colour portrait size 6,6
  13. n = 20
  14. min=0.0
  15. max=1.38485032716e-05
  16. width=(max-min)/n
  17. hist(x, width)=width*floor(x/width)+width/2.0
  18. set out 'calibration/plot_read_dict.eps'
  19. set ylabel 'Frequency (time)'
  20. set xlabel 'Duration (s)'
  21. set title 'Operation read\_dict'
  22. plot 'calibration/distribution_read_dict' u (hist($1,width)):(1.0) smooth freq w boxes
  23. set terminal postscript enhanced colour portrait size 6,6
  24. n = 20
  25. min=0.0
  26. max=3.24402952028e-05
  27. width=(max-min)/n
  28. hist(x, width)=width*floor(x/width)+width/2.0
  29. set out 'calibration/plot_read_dict_keys.eps'
  30. set ylabel 'Frequency (time)'
  31. set xlabel 'Duration (s)'
  32. set title 'Operation read\_dict\_keys'
  33. plot 'calibration/distribution_read_dict_keys' u (hist($1,width)):(1.0) smooth freq w boxes
  34. set terminal postscript enhanced colour portrait size 6,6
  35. n = 20
  36. min=0.0
  37. max=1.14897763975e-05
  38. width=(max-min)/n
  39. hist(x, width)=width*floor(x/width)+width/2.0
  40. set out 'calibration/plot_read_value.eps'
  41. set ylabel 'Frequency (time)'
  42. set xlabel 'Duration (s)'
  43. set title 'Operation read\_value'
  44. plot 'calibration/distribution_read_value' u (hist($1,width)):(1.0) smooth freq w boxes
  45. set terminal postscript enhanced colour portrait size 6,6
  46. n = 20
  47. min=0.0
  48. max=3.46018288303e-05
  49. width=(max-min)/n
  50. hist(x, width)=width*floor(x/width)+width/2.0
  51. set out 'calibration/plot_read_dict_node.eps'
  52. set ylabel 'Frequency (time)'
  53. set xlabel 'Duration (s)'
  54. set title 'Operation read\_dict\_node'
  55. plot 'calibration/distribution_read_dict_node' u (hist($1,width)):(1.0) smooth freq w boxes
  56. set terminal postscript enhanced colour portrait size 6,6
  57. n = 20
  58. min=0.0
  59. max=1.77202125739e-05
  60. width=(max-min)/n
  61. hist(x, width)=width*floor(x/width)+width/2.0
  62. set out 'calibration/plot_read_dict_edge.eps'
  63. set ylabel 'Frequency (time)'
  64. set xlabel 'Duration (s)'
  65. set title 'Operation read\_dict\_edge'
  66. plot 'calibration/distribution_read_dict_edge' u (hist($1,width)):(1.0) smooth freq w boxes
  67. set terminal postscript enhanced colour portrait size 6,6
  68. n = 20
  69. min=0.0
  70. max=1.22940839718e-05
  71. width=(max-min)/n
  72. hist(x, width)=width*floor(x/width)+width/2.0
  73. set out 'calibration/plot_create_node.eps'
  74. set ylabel 'Frequency (time)'
  75. set xlabel 'Duration (s)'
  76. set title 'Operation create\_node'
  77. plot 'calibration/distribution_create_node' u (hist($1,width)):(1.0) smooth freq w boxes
  78. set terminal postscript enhanced colour portrait size 6,6
  79. n = 20
  80. min=0.0
  81. max=1.45440804238e-05
  82. width=(max-min)/n
  83. hist(x, width)=width*floor(x/width)+width/2.0
  84. set out 'calibration/plot_create_nodevalue.eps'
  85. set ylabel 'Frequency (time)'
  86. set xlabel 'Duration (s)'
  87. set title 'Operation create\_nodevalue'
  88. plot 'calibration/distribution_create_nodevalue' u (hist($1,width)):(1.0) smooth freq w boxes
  89. set terminal postscript enhanced colour portrait size 6,6
  90. n = 20
  91. min=0.0
  92. max=3.16804486348e-05
  93. width=(max-min)/n
  94. hist(x, width)=width*floor(x/width)+width/2.0
  95. set out 'calibration/plot_create_dict.eps'
  96. set ylabel 'Frequency (time)'
  97. set xlabel 'Duration (s)'
  98. set title 'Operation create\_dict'
  99. plot 'calibration/distribution_create_dict' u (hist($1,width)):(1.0) smooth freq w boxes
  100. set terminal postscript enhanced colour portrait size 6,6
  101. n = 20
  102. min=0.0
  103. max=2.09075791715e-05
  104. width=(max-min)/n
  105. hist(x, width)=width*floor(x/width)+width/2.0
  106. set out 'calibration/plot_delete_edge.eps'
  107. set ylabel 'Frequency (time)'
  108. set xlabel 'Duration (s)'
  109. set title 'Operation delete\_edge'
  110. plot 'calibration/distribution_delete_edge' u (hist($1,width)):(1.0) smooth freq w boxes
  111. set terminal postscript enhanced colour portrait size 6,6
  112. n = 20
  113. min=0.0
  114. max=0.000149018497674
  115. width=(max-min)/n
  116. hist(x, width)=width*floor(x/width)+width/2.0
  117. set out 'calibration/plot_delete_node.eps'
  118. set ylabel 'Frequency (time)'
  119. set xlabel 'Duration (s)'
  120. set title 'Operation delete\_node'
  121. plot 'calibration/distribution_delete_node' u (hist($1,width)):(1.0) smooth freq w boxes
  122. set terminal postscript enhanced colour portrait size 6,6
  123. n = 20
  124. min=0.0
  125. max=7.80455920161e-05
  126. width=(max-min)/n
  127. hist(x, width)=width*floor(x/width)+width/2.0
  128. set out 'calibration/plot_read_reverse_dict.eps'
  129. set ylabel 'Frequency (time)'
  130. set xlabel 'Duration (s)'
  131. set title 'Operation read\_reverse\_dict'
  132. plot 'calibration/distribution_read_reverse_dict' u (hist($1,width)):(1.0) smooth freq w boxes
  133. set terminal postscript enhanced colour portrait size 6,6
  134. n = 20
  135. min=0.0
  136. max=1.76965480963e-05
  137. width=(max-min)/n
  138. hist(x, width)=width*floor(x/width)+width/2.0
  139. set out 'calibration/plot_create_edge.eps'
  140. set ylabel 'Frequency (time)'
  141. set xlabel 'Duration (s)'
  142. set title 'Operation create\_edge'
  143. plot 'calibration/distribution_create_edge' u (hist($1,width)):(1.0) smooth freq w boxes
  144. set terminal postscript enhanced colour portrait size 6,6
  145. n = 20
  146. min=0.0
  147. max=1.47346065375e-05
  148. width=(max-min)/n
  149. hist(x, width)=width*floor(x/width)+width/2.0
  150. set out 'calibration/plot_read_outgoing.eps'
  151. set ylabel 'Frequency (time)'
  152. set xlabel 'Duration (s)'
  153. set title 'Operation read\_outgoing'
  154. plot 'calibration/distribution_read_outgoing' u (hist($1,width)):(1.0) smooth freq w boxes
  155. set terminal postscript enhanced colour portrait size 6,6
  156. n = 20
  157. min=0.0
  158. max=1.96564026483e-05
  159. width=(max-min)/n
  160. hist(x, width)=width*floor(x/width)+width/2.0
  161. set out 'calibration/plot_read_incoming.eps'
  162. set ylabel 'Frequency (time)'
  163. set xlabel 'Duration (s)'
  164. set title 'Operation read\_incoming'
  165. plot 'calibration/distribution_read_incoming' u (hist($1,width)):(1.0) smooth freq w boxes
  166. set terminal postscript enhanced colour portrait size 6,6
  167. n = 20
  168. min=0.0
  169. max=1.57895939131e-05
  170. width=(max-min)/n
  171. hist(x, width)=width*floor(x/width)+width/2.0
  172. set out 'calibration/plot_read_edge.eps'
  173. set ylabel 'Frequency (time)'
  174. set xlabel 'Duration (s)'
  175. set title 'Operation read\_edge'
  176. plot 'calibration/distribution_read_edge' u (hist($1,width)):(1.0) smooth freq w boxes