summaryrefslogtreecommitdiff
path: root/utils/NightlyTest.gnuplot
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-07-05 19:09:32 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-07-05 19:09:32 +0000
commit7cccb2dcdba95522a1064402e8295cc6c1ec0a7c (patch)
tree844f0cb2bc5315fed658786b455f63373180f8a0 /utils/NightlyTest.gnuplot
parent2cc361555bc4f9da77eea67e9aa0728c94164b13 (diff)
downloadllvm-7cccb2dcdba95522a1064402e8295cc6c1ec0a7c.tar.gz
llvm-7cccb2dcdba95522a1064402e8295cc6c1ec0a7c.tar.bz2
llvm-7cccb2dcdba95522a1064402e8295cc6c1ec0a7c.tar.xz
Caused the labels on the small plots to be drawn vertically instead of
horizontally so they no longer overlap. This eye-strain-lessening patch contributed by Vladimir Merzliakov. Thanks! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14632 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/NightlyTest.gnuplot')
-rw-r--r--utils/NightlyTest.gnuplot28
1 files changed, 28 insertions, 0 deletions
diff --git a/utils/NightlyTest.gnuplot b/utils/NightlyTest.gnuplot
index 8bb990f8fe..69d61877b4 100644
--- a/utils/NightlyTest.gnuplot
+++ b/utils/NightlyTest.gnuplot
@@ -18,11 +18,15 @@ set label "llvm-db\ncheckin" at "2004-01-04:", 145000
set label "llvm/projects" at "2004-01-04:", 151000
set size .75,.75
+set xtics rotate by 90
+set xlabel 0,-1
plot "running_loc.txt" using 1:2 title '' with lines, \
"running_loc.txt" using 1:2 title "Date vs. Lines of Code" with lines
##------- Plot large Date vs LOC ----
set size 1.5,1.5
+set xtics norotate
+set xlabel 0,0
set output "running_loc_large.png"
plot "running_loc.txt" using 1:2 title '', \
"running_loc.txt" using 1:2 title "Date vs. Lines of Code" with lines
@@ -34,6 +38,8 @@ set nolabel
##------- Olden CBE performance ----
set size .75,.75
+set xtics rotate by 90
+set xlabel 0,-1
set output "running_Olden_cbe_time.png"
set ylabel "CBE compiled execution time (s)"
plot "running_Olden_cbe_time.txt" u 1:2 t '' with lines, \
@@ -50,6 +56,8 @@ plot "running_Olden_cbe_time.txt" u 1:2 t '' with lines, \
with lines
set size 1.5,1.5
+set xtics norotate
+set xlabel 0,0
set output "running_Olden_cbe_time_large.png"
plot "running_Olden_cbe_time.txt" u 1:2 t '' with lines, \
"running_Olden_cbe_time.txt" u 1:2 t "bh" with lines, \
@@ -67,6 +75,8 @@ plot "running_Olden_cbe_time.txt" u 1:2 t '' with lines, \
##------- Olden JIT performance ----
set size .75,.75
+set xtics rotate by 90
+set xlabel 0,-1
set output "running_Olden_jit_time.png"
set ylabel "JIT execution time (s)"
plot "running_Olden_jit_time.txt" u 1:2 t '' with lines, \
@@ -83,6 +93,8 @@ plot "running_Olden_jit_time.txt" u 1:2 t '' with lines, \
with lines
set size 1.5,1.5
+set xtics norotate
+set xlabel 0,0
set output "running_Olden_jit_time_large.png"
plot "running_Olden_jit_time.txt" u 1:2 t '' with lines, \
"running_Olden_jit_time.txt" u 1:2 t "bh" with lines, \
@@ -100,6 +112,8 @@ plot "running_Olden_jit_time.txt" u 1:2 t '' with lines, \
##------- Olden LLC performance ----
set size .75,.75
+set xtics rotate by 90
+set xlabel 0,-1
set output "running_Olden_llc_time.png"
set ylabel "LLC compiled execution time (s)"
plot "running_Olden_llc_time.txt" u 1:2 t '' with lines, \
@@ -116,6 +130,8 @@ plot "running_Olden_llc_time.txt" u 1:2 t '' with lines, \
with lines
set size 1.5,1.5
+set xtics norotate
+set xlabel 0,0
set output "running_Olden_llc_time_large.png"
plot "running_Olden_llc_time.txt" u 1:2 t '' with lines, \
"running_Olden_llc_time.txt" u 1:2 t "bh" with lines, \
@@ -134,6 +150,8 @@ plot "running_Olden_llc_time.txt" u 1:2 t '' with lines, \
##------- Olden optimizer time ----
set size .75,.75
+set xtics rotate by 90
+set xlabel 0,-1
set output "running_Olden_opt_time.png"
set ylabel "Time to run the optimizer (s)"
plot "running_Olden_opt_time.txt" u 1:2 t '' with lines, \
@@ -150,6 +168,8 @@ plot "running_Olden_opt_time.txt" u 1:2 t '' with lines, \
with lines
set size 1.5,1.5
+set xtics norotate
+set xlabel 0,0
set output "running_Olden_opt_time_large.png"
plot "running_Olden_opt_time.txt" u 1:2 t '' with lines, \
"running_Olden_opt_time.txt" u 1:2 t "bh" with lines, \
@@ -168,6 +188,8 @@ plot "running_Olden_opt_time.txt" u 1:2 t '' with lines, \
##------- Machine code size ----
set size .75,.75
+set xtics rotate by 90
+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, \
@@ -184,6 +206,8 @@ plot "running_Olden_machcode.txt" u 1:2 t '' with lines, \
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, \
@@ -202,6 +226,8 @@ plot "running_Olden_machcode.txt" u 1:2 t '' with lines, \
##------- Bytecode size ----
set size .75,.75
+set xtics rotate by 90
+set xlabel 0,-1
set output "running_Olden_bytecode.png"
set ylabel "Program bytecode size (bytes)"
plot "running_Olden_bytecode.txt" u 1:2 t '' with lines, \
@@ -218,6 +244,8 @@ plot "running_Olden_bytecode.txt" u 1:2 t '' with lines, \
with lines
set size 1.5,1.5
+set xtics norotate
+set xlabel 0,0
set output "running_Olden_bytecode_large.png"
plot "running_Olden_bytecode.txt" u 1:2 t '' with lines, \
"running_Olden_bytecode.txt" u 1:2 t "bh" with lines, \