diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-18 20:27:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-18 20:27:06 +0000 |
commit | d8f6fbb69084638cbd4163855dd344551bff72d9 (patch) | |
tree | 9f2204e7784345080cb60d53be151a058afd6032 /llvm/utils/NightlyTest.gnuplot | |
parent | 61dc9419e021eb346cdbb2b3725add871e2496b0 (diff) | |
download | bcm5719-llvm-d8f6fbb69084638cbd4163855dd344551bff72d9.tar.gz bcm5719-llvm-d8f6fbb69084638cbd4163855dd344551bff72d9.zip |
Add a label for the bump when we started counting llvm/projects
llvm-svn: 11596
Diffstat (limited to 'llvm/utils/NightlyTest.gnuplot')
-rw-r--r-- | llvm/utils/NightlyTest.gnuplot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/NightlyTest.gnuplot b/llvm/utils/NightlyTest.gnuplot index ef5f220b026..8bb990f8fee 100644 --- a/llvm/utils/NightlyTest.gnuplot +++ b/llvm/utils/NightlyTest.gnuplot @@ -15,6 +15,7 @@ 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 label "llvm-db\ncheckin" at "2004-01-04:", 145000 +set label "llvm/projects" at "2004-01-04:", 151000 set size .75,.75 plot "running_loc.txt" using 1:2 title '' with lines, \ |