[llvm-commits] CVS: llvm/utils/NightlyTest.gnuplot
Chris Lattner
lattner at cs.uiuc.edu
Sat Aug 23 18:23:43 PDT 2003
Changes in directory llvm/utils:
NightlyTest.gnuplot updated: 1.4 -> 1.5
---
Log message:
Add new label
---
Diffs of the changes:
Index: llvm/utils/NightlyTest.gnuplot
diff -u llvm/utils/NightlyTest.gnuplot:1.4 llvm/utils/NightlyTest.gnuplot:1.5
--- llvm/utils/NightlyTest.gnuplot:1.4 Thu Aug 21 10:55:26 2003
+++ llvm/utils/NightlyTest.gnuplot Sat Aug 23 18:16:37 2003
@@ -9,10 +9,11 @@
set format x "%b %d, %Y"
## Various labels for the graph
-set label "Reoptimizer checkins" at "2003-02-18:", 114000
-set label "Modulo Sched checkin" at "2003-03-28:", 119500
-set label "Reoptimizer checkins" at "2003-06-01:", 134000
+set label "Reoptimizer\n checkins" at "2003-02-18:", 114000
+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 size .75,.75
plot "running_loc.txt" using 1:2 title '', \
More information about the llvm-commits
mailing list