aboutsummaryrefslogtreecommitdiffstats
path: root/utils/NightlyTest.gnuplot
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-11-08 20:48:39 +0000
committerChris Lattner <sabre@nondot.org>2003-11-08 20:48:39 +0000
commita3ed7d3cb0032d399301d56edcf0e69328465f7b (patch)
treeeabe9fb858e517c914740e1c0537a55881b4a0b6 /utils/NightlyTest.gnuplot
parent75dd3e5127fbbc07944ff98c2e9af87d3ccb79db (diff)
downloadexternal_llvm-a3ed7d3cb0032d399301d56edcf0e69328465f7b.zip
external_llvm-a3ed7d3cb0032d399301d56edcf0e69328465f7b.tar.gz
external_llvm-a3ed7d3cb0032d399301d56edcf0e69328465f7b.tar.bz2
* Add units to the yaxis of each chart
* Add charts to the nightly test report git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9808 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/NightlyTest.gnuplot')
-rw-r--r--utils/NightlyTest.gnuplot12
1 files changed, 6 insertions, 6 deletions
diff --git a/utils/NightlyTest.gnuplot b/utils/NightlyTest.gnuplot
index dd0911a..c4d0fa9 100644
--- a/utils/NightlyTest.gnuplot
+++ b/utils/NightlyTest.gnuplot
@@ -33,7 +33,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 +66,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 +99,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 +133,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 +167,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 +201,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, \