The nightly tester report doesn't report JIT code size anymore, remove it

from the olden graph.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24057 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2005-10-28 16:35:18 +00:00
parent 325231c925
commit e50caac6b0
3 changed files with 4 additions and 50 deletions

View File

@ -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