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 | e9f66b9741207b0ebfeb587ce2d9ed6b3289ee9b (patch) | |
tree | 4a79bf4fa2523634e88047d97ec6c4a65baaa92f /utils/NightlyTest.gnuplot | |
parent | 5dcc3664b586b7efa64959d86280586e6302fcfa (diff) | |
download | external_llvm-e9f66b9741207b0ebfeb587ce2d9ed6b3289ee9b.zip external_llvm-e9f66b9741207b0ebfeb587ce2d9ed6b3289ee9b.tar.gz external_llvm-e9f66b9741207b0ebfeb587ce2d9ed6b3289ee9b.tar.bz2 |
Add a label for the bump when we started counting llvm/projects
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11596 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/NightlyTest.gnuplot')
-rw-r--r-- | utils/NightlyTest.gnuplot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/NightlyTest.gnuplot b/utils/NightlyTest.gnuplot index ef5f220..8bb990f 100644 --- a/utils/NightlyTest.gnuplot +++ b/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, \ |