浏览代码

Remove huge files

Yentl Van Tendeloo 7 年之前
父节点
当前提交
0221084059

+ 22 - 21
calibration/calibrate.py

@@ -8,26 +8,27 @@ with open("calibration/result", 'r') as f:
         t = float(t)
         operations.setdefault(op, []).append(t)
 
-with open("calibration/plot", 'w') as plot:
-    for op in operations:
-        avg = sum(operations[op]) / len(operations[op])
-        op_min = 0.0
-        op_max = avg * 3
-        print("%20s: %f" % (op, avg))
+with open("calibration/averages", 'w') as averages:
+    with open("calibration/plot", 'w') as plot:
+        for op in operations:
+            avg = sum(operations[op]) / len(operations[op])
+            op_min = 0.0
+            op_max = avg * 3
+            averages.write("%20s: %f\n" % (op, avg))
 
-        with open("calibration/distribution_%s" % op, 'w') as f:
-            for t in sorted(operations[op]):
-                if t < op_max:
-                    f.write("%f\n" % t)
+            with open("calibration/distribution_%s" % op, 'w') as f:
+                for t in sorted(operations[op]):
+                    if t < op_max:
+                        f.write("%f\n" % t)
 
-        plot.write("set terminal postscript enhanced colour portrait size 6,6\n")
-        plot.write("n = 20\n")
-        plot.write("min=%s\n" % op_min)
-        plot.write("max=%s\n" % op_max)
-        plot.write("width=(max-min)/n\n")
-        plot.write("hist(x, width)=width*floor(x/width)+width/2.0\n")
-        plot.write("set out 'calibration/plot_%s.eps'\n" % op)
-        plot.write("set ylabel 'Frequency (time)'\n")
-        plot.write("set xlabel 'Duration (s)'\n")
-        plot.write("set title 'Operation %s'\n" % op.replace("_", "\\_"))
-        plot.write("plot 'calibration/distribution_%s' u (hist($1,width)):(1.0) smooth freq w boxes\n" % op)
+            plot.write("set terminal postscript enhanced colour portrait size 6,6\n")
+            plot.write("n = 20\n")
+            plot.write("min=%s\n" % op_min)
+            plot.write("max=%s\n" % op_max)
+            plot.write("width=(max-min)/n\n")
+            plot.write("hist(x, width)=width*floor(x/width)+width/2.0\n")
+            plot.write("set out 'calibration/plot_%s.eps'\n" % op)
+            plot.write("set ylabel 'Frequency (time)'\n")
+            plot.write("set xlabel 'Duration (s)'\n")
+            plot.write("set title 'Operation %s'\n" % op.replace("_", "\\_"))
+            plot.write("plot 'calibration/distribution_%s' u (hist($1,width)):(1.0) smooth freq w boxes\n" % op)

文件差异内容过多而无法显示
+ 0 - 83112
calibration/distribution_create_dict


文件差异内容过多而无法显示
+ 0 - 83336
calibration/distribution_create_edge


文件差异内容过多而无法显示
+ 0 - 74528
calibration/distribution_create_node


文件差异内容过多而无法显示
+ 0 - 59339
calibration/distribution_create_nodevalue


文件差异内容过多而无法显示
+ 0 - 52858
calibration/distribution_delete_edge


+ 0 - 825
calibration/distribution_delete_node

@@ -1,825 +0,0 @@
-0.000020
-0.000020
-0.000020
-0.000021
-0.000021
-0.000021
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000027
-0.000027
-0.000027
-0.000027
-0.000027
-0.000027
-0.000027
-0.000027
-0.000027
-0.000027
-0.000027
-0.000028
-0.000028
-0.000028
-0.000028
-0.000028
-0.000028
-0.000028
-0.000028
-0.000028
-0.000028
-0.000028
-0.000028
-0.000028
-0.000028
-0.000028
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000032
-0.000032
-0.000032
-0.000032
-0.000032
-0.000032
-0.000032
-0.000032
-0.000032
-0.000032
-0.000032
-0.000032
-0.000032
-0.000032
-0.000032
-0.000032
-0.000032
-0.000032
-0.000032
-0.000032
-0.000032
-0.000032
-0.000032
-0.000032
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000036
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000037
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000038
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000039
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000040
-0.000041
-0.000041
-0.000041
-0.000041
-0.000041
-0.000041
-0.000041
-0.000041
-0.000041
-0.000041
-0.000041
-0.000041
-0.000041
-0.000041
-0.000041
-0.000041
-0.000041
-0.000041
-0.000041
-0.000041
-0.000041
-0.000041
-0.000041
-0.000041
-0.000041
-0.000041
-0.000041
-0.000041
-0.000041
-0.000041
-0.000042
-0.000042
-0.000042
-0.000042
-0.000042
-0.000042
-0.000042
-0.000042
-0.000042
-0.000042
-0.000042
-0.000042
-0.000042
-0.000042
-0.000042
-0.000042
-0.000042
-0.000042
-0.000042
-0.000042
-0.000042
-0.000042
-0.000042
-0.000043
-0.000043
-0.000043
-0.000043
-0.000043
-0.000043
-0.000043
-0.000043
-0.000043
-0.000043
-0.000043
-0.000043
-0.000043
-0.000043
-0.000043
-0.000043
-0.000043
-0.000044
-0.000044
-0.000044
-0.000045
-0.000045
-0.000045
-0.000045
-0.000045
-0.000045
-0.000045
-0.000045
-0.000046
-0.000046
-0.000046
-0.000047
-0.000047
-0.000047
-0.000048
-0.000048
-0.000048
-0.000048
-0.000048
-0.000048
-0.000048
-0.000049
-0.000049
-0.000049
-0.000050
-0.000050
-0.000050
-0.000050
-0.000051
-0.000051
-0.000051
-0.000052
-0.000052
-0.000053
-0.000054
-0.000054
-0.000054
-0.000055
-0.000055
-0.000055
-0.000055
-0.000055
-0.000055
-0.000055
-0.000056
-0.000056
-0.000056
-0.000056
-0.000057
-0.000057
-0.000057
-0.000058
-0.000058
-0.000058
-0.000058
-0.000058
-0.000059
-0.000059
-0.000059
-0.000059
-0.000059
-0.000060
-0.000060
-0.000060
-0.000060
-0.000060
-0.000061
-0.000061
-0.000061
-0.000062
-0.000062
-0.000062
-0.000063
-0.000064
-0.000064
-0.000064
-0.000064
-0.000064
-0.000065
-0.000065
-0.000065
-0.000065
-0.000065
-0.000065
-0.000066
-0.000066
-0.000067
-0.000067
-0.000067
-0.000068
-0.000070
-0.000071
-0.000071
-0.000071
-0.000072
-0.000072
-0.000072
-0.000073
-0.000073
-0.000073
-0.000073
-0.000074
-0.000074
-0.000074
-0.000075
-0.000075
-0.000075
-0.000075
-0.000078
-0.000079
-0.000087
-0.000100
-0.000146

文件差异内容过多而无法显示
+ 0 - 360104
calibration/distribution_read_dict


文件差异内容过多而无法显示
+ 0 - 40424
calibration/distribution_read_dict_edge


文件差异内容过多而无法显示
+ 0 - 5136
calibration/distribution_read_dict_keys


文件差异内容过多而无法显示
+ 0 - 2799
calibration/distribution_read_dict_node


文件差异内容过多而无法显示
+ 0 - 14288
calibration/distribution_read_edge


文件差异内容过多而无法显示
+ 0 - 9169
calibration/distribution_read_incoming


文件差异内容过多而无法显示
+ 0 - 29705
calibration/distribution_read_outgoing


+ 0 - 440
calibration/distribution_read_reverse_dict

@@ -1,440 +0,0 @@
-0.000017
-0.000018
-0.000018
-0.000018
-0.000018
-0.000018
-0.000018
-0.000018
-0.000018
-0.000018
-0.000018
-0.000018
-0.000019
-0.000019
-0.000019
-0.000019
-0.000019
-0.000019
-0.000019
-0.000019
-0.000019
-0.000019
-0.000019
-0.000019
-0.000019
-0.000019
-0.000019
-0.000019
-0.000019
-0.000019
-0.000019
-0.000019
-0.000019
-0.000019
-0.000019
-0.000019
-0.000019
-0.000019
-0.000019
-0.000019
-0.000019
-0.000019
-0.000019
-0.000019
-0.000019
-0.000019
-0.000020
-0.000020
-0.000020
-0.000020
-0.000020
-0.000020
-0.000020
-0.000020
-0.000020
-0.000020
-0.000020
-0.000020
-0.000020
-0.000020
-0.000020
-0.000020
-0.000020
-0.000020
-0.000020
-0.000020
-0.000020
-0.000020
-0.000020
-0.000020
-0.000020
-0.000020
-0.000020
-0.000020
-0.000020
-0.000020
-0.000020
-0.000020
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000021
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000022
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000023
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000024
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000025
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000026
-0.000027
-0.000027
-0.000027
-0.000027
-0.000027
-0.000027
-0.000027
-0.000027
-0.000027
-0.000027
-0.000027
-0.000027
-0.000027
-0.000027
-0.000027
-0.000027
-0.000027
-0.000027
-0.000027
-0.000027
-0.000027
-0.000027
-0.000027
-0.000027
-0.000027
-0.000028
-0.000028
-0.000028
-0.000028
-0.000028
-0.000028
-0.000028
-0.000028
-0.000028
-0.000028
-0.000028
-0.000028
-0.000028
-0.000028
-0.000028
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000029
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000030
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000031
-0.000032
-0.000032
-0.000032
-0.000032
-0.000032
-0.000032
-0.000032
-0.000032
-0.000032
-0.000032
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000033
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000034
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000035
-0.000036
-0.000036
-0.000036
-0.000037
-0.000037
-0.000037
-0.000037
-0.000038
-0.000038
-0.000039
-0.000039
-0.000039
-0.000040
-0.000040
-0.000041
-0.000042
-0.000042
-0.000044
-0.000045
-0.000049
-0.000057

+ 0 - 1
calibration/distribution_read_root

@@ -1 +0,0 @@
-0.000014

文件差异内容过多而无法显示
+ 0 - 228540
calibration/distribution_read_value