diff options
author | Chris Lattner <sabre@nondot.org> | 2005-10-28 16:35:18 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-10-28 16:35:18 +0000 |
commit | db53c998dea499624290cb0a4c4ec60e5031fe85 (patch) | |
tree | 872534485db0a50bfd0041bb4854d0f2e8dbe200 /llvm/utils/NightlyTest.gnuplot | |
parent | b9d3ca5c3c823cb138ac25fdbe4c0745e4a1705a (diff) | |
download | bcm5719-llvm-db53c998dea499624290cb0a4c4ec60e5031fe85.tar.gz bcm5719-llvm-db53c998dea499624290cb0a4c4ec60e5031fe85.zip |
The nightly tester report doesn't report JIT code size anymore, remove it
from the olden graph.
llvm-svn: 24057
Diffstat (limited to 'llvm/utils/NightlyTest.gnuplot')
-rw-r--r-- | llvm/utils/NightlyTest.gnuplot | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/llvm/utils/NightlyTest.gnuplot b/llvm/utils/NightlyTest.gnuplot index 4de9f482a46..00e88b64be0 100644 --- a/llvm/utils/NightlyTest.gnuplot +++ b/llvm/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 |