Added the POVRAY_ROOT to locate Povray.
[oota-llvm.git] / utils / NightlyTest.gnuplot
index dd0911a8d27a4abd871ff49970165f88a72a906c..8bb990f8fee740d53638d1be4974990d915442fa 100644 (file)
@@ -14,6 +14,8 @@ set label "Modulo Sched\n   checkin" at "2003-03-28:", 119500
 set label "Reoptimizer\n checkins" at "2003-06-01:", 134000
 set label "'dummy'\nfunction" at "2003-07-20:", 150000
 set label "Reoptimizer\n removal" at "2003-08-10:", 132000
+set label "llvm-db\ncheckin" at "2004-01-04:", 145000
+set label "llvm/projects" at "2004-01-04:", 151000
 
 set size .75,.75
 plot "running_loc.txt" using 1:2 title '' with lines, \
@@ -33,7 +35,7 @@ set nolabel
 
 set size .75,.75
 set output "running_Olden_cbe_time.png"
-set ylabel "CBE compiled execution time"
+set ylabel "CBE compiled execution time (s)"
 plot "running_Olden_cbe_time.txt" u 1:2 t '' with lines, \
      "running_Olden_cbe_time.txt" u 1:2 t "bh" with lines, \
      "running_Olden_cbe_time.txt" u 1:3 t "bisort" with lines, \
@@ -66,7 +68,7 @@ plot "running_Olden_cbe_time.txt" u 1:2 t '' with lines, \
 
 set size .75,.75
 set output "running_Olden_jit_time.png"
-set ylabel "JIT execution time"
+set ylabel "JIT execution time (s)"
 plot "running_Olden_jit_time.txt" u 1:2 t '' with lines, \
      "running_Olden_jit_time.txt" u 1:2 t "bh" with lines, \
      "running_Olden_jit_time.txt" u 1:3 t "bisort" with lines, \
@@ -99,7 +101,7 @@ plot "running_Olden_jit_time.txt" u 1:2 t '' with lines, \
 
 set size .75,.75
 set output "running_Olden_llc_time.png"
-set ylabel "LLC compiled execution time"
+set ylabel "LLC compiled execution time (s)"
 plot "running_Olden_llc_time.txt" u 1:2 t '' with lines, \
      "running_Olden_llc_time.txt" u 1:2 t "bh" with lines, \
      "running_Olden_llc_time.txt" u 1:3 t "bisort" with lines, \
@@ -133,7 +135,7 @@ plot "running_Olden_llc_time.txt" u 1:2 t '' with lines, \
 
 set size .75,.75
 set output "running_Olden_opt_time.png"
-set ylabel "Time to run the optimizer"
+set ylabel "Time to run the optimizer (s)"
 plot "running_Olden_opt_time.txt" u 1:2 t '' with lines, \
      "running_Olden_opt_time.txt" u 1:2 t "bh" with lines, \
      "running_Olden_opt_time.txt" u 1:3 t "bisort" with lines, \
@@ -167,7 +169,7 @@ plot "running_Olden_opt_time.txt" u 1:2 t '' with lines, \
 
 set size .75,.75
 set output "running_Olden_machcode.png"
-set ylabel "Program machine code size"
+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 "bisort" with lines, \
@@ -201,7 +203,7 @@ plot "running_Olden_machcode.txt" u 1:2 t '' with lines, \
 
 set size .75,.75
 set output "running_Olden_bytecode.png"
-set ylabel "Program bytecode size"
+set ylabel "Program bytecode size (bytes)"
 plot "running_Olden_bytecode.txt" u 1:2 t '' with lines, \
      "running_Olden_bytecode.txt" u 1:2 t "bh" with lines, \
      "running_Olden_bytecode.txt" u 1:3 t "bisort" with lines, \