diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-23 23:16:37 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-23 23:16:37 +0000 |
commit | f959c33a454a437f3db1573cca8ec0f6fa969c06 (patch) | |
tree | 84e31dee5e20d64d2c33807370fad3bafb41513e /utils/NightlyTest.gnuplot | |
parent | 3acbd5d5d4afe6f34355149a8dd5f98b621c69d6 (diff) |
Add new label
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8091 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/NightlyTest.gnuplot')
-rw-r--r-- | utils/NightlyTest.gnuplot | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/utils/NightlyTest.gnuplot b/utils/NightlyTest.gnuplot index 207909bd98..aedf7a0a7f 100644 --- a/utils/NightlyTest.gnuplot +++ b/utils/NightlyTest.gnuplot @@ -9,10 +9,11 @@ set timefmt "%Y-%m-%d:" 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 '', \ |