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 | a541e80b3c6f524635353e279aabd58fe6396dc2 (patch) | |
| tree | a838ff24e5dcedf6955a9c0d86f478f56ca74518 /llvm/utils/NightlyTest.gnuplot | |
| parent | 4f9247c9376202cb893325201b377578c92dd338 (diff) | |
| download | bcm5719-llvm-a541e80b3c6f524635353e279aabd58fe6396dc2.tar.gz bcm5719-llvm-a541e80b3c6f524635353e279aabd58fe6396dc2.zip | |
Add new label
llvm-svn: 8091
Diffstat (limited to 'llvm/utils/NightlyTest.gnuplot')
| -rw-r--r-- | llvm/utils/NightlyTest.gnuplot | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/utils/NightlyTest.gnuplot b/llvm/utils/NightlyTest.gnuplot index 207909bd98e..aedf7a0a7fe 100644 --- a/llvm/utils/NightlyTest.gnuplot +++ b/llvm/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 '', \ |

