aboutsummaryrefslogtreecommitdiffstats
path: root/utils/NightlyTest.gnuplot
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-28 16:35:18 +0000
committerChris Lattner <sabre@nondot.org>2005-10-28 16:35:18 +0000
commite50caac6b076426b7233f40174d5ebbc3efa4d8c (patch)
tree293cc463b11ba9fba310de7d6fcfada94a1bfb42 /utils/NightlyTest.gnuplot
parent325231c925a5f80c3e41635762547d80affecff3 (diff)
downloadexternal_llvm-e50caac6b076426b7233f40174d5ebbc3efa4d8c.zip
external_llvm-e50caac6b076426b7233f40174d5ebbc3efa4d8c.tar.gz
external_llvm-e50caac6b076426b7233f40174d5ebbc3efa4d8c.tar.bz2
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
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 4de9f48..00e88b6 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