aboutsummaryrefslogtreecommitdiff
path: root/utils/NightlyTest.gnuplot
diff options
context:
space:
mode:
Diffstat (limited to 'utils/NightlyTest.gnuplot')
-rw-r--r--utils/NightlyTest.gnuplot38
1 files changed, 0 insertions, 38 deletions
diff --git a/utils/NightlyTest.gnuplot b/utils/NightlyTest.gnuplot
index 4de9f482a4..00e88b64be 100644
--- a/utils/NightlyTest.gnuplot
+++ b/utils/NightlyTest.gnuplot
@@ -185,44 +185,6 @@ plot "running_Olden_opt_time.txt" u 1:2 t '' with lines, \
with lines
-##------- Machine code size ----
-
-set size .75,.75
-set xtics rotate
-set xlabel 0,-1
-set output "running_Olden_machcode.png"
-set ylabel "Program machine code size (bytes)"
-plot "running_Olden_machcode.txt" u 1:2 t '' with lines, \
- "running_Olden_machcode.txt" u 1:2 t "bh" with lines, \
- "running_Olden_machcode.txt" u 1:3 t "em3d" with lines, \
- "running_Olden_machcode.txt" u 1:4 t "mst" with lines, \
- "running_Olden_machcode.txt" u 1:5 t "power" with lines, \
- "running_Olden_machcode.txt" u 1:6 t "tsp" with lines, \
- "running_Olden_machcode.txt" u 1:7 t "bisort" with lines, \
- "running_Olden_machcode.txt" u 1:8 t "health" with lines, \
- "running_Olden_machcode.txt" u 1:9 t "perimeter" with lines, \
- "running_Olden_machcode.txt" u 1:10 t "treeadd" with lines, \
- "running_Olden_machcode.txt" u 1:11 t "voronoi" \
- with lines
-
-set size 1.5,1.5
-set xtics norotate
-set xlabel 0,0
-set output "running_Olden_machcode_large.png"
-plot "running_Olden_machcode.txt" u 1:2 t '' with lines, \
- "running_Olden_machcode.txt" u 1:2 t "bh" with lines, \
- "running_Olden_machcode.txt" u 1:3 t "em3d" with lines, \
- "running_Olden_machcode.txt" u 1:4 t "mst" with lines, \
- "running_Olden_machcode.txt" u 1:5 t "power" with lines, \
- "running_Olden_machcode.txt" u 1:6 t "tsp" with lines, \
- "running_Olden_machcode.txt" u 1:7 t "bisort" with lines, \
- "running_Olden_machcode.txt" u 1:8 t "health" with lines, \
- "running_Olden_machcode.txt" u 1:9 t "perimeter" with lines, \
- "running_Olden_machcode.txt" u 1:10 t "treeadd" with lines, \
- "running_Olden_machcode.txt" u 1:11 t "voronoi" \
- with lines
-
-
##------- Bytecode size ----
set size .75,.75