diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-08-21 15:55:26 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-08-21 15:55:26 +0000 |
| commit | ed51e6858c027f067e7a7c9b2efae702178ed65d (patch) | |
| tree | 0681cedaf6351d5fb58c65a435c49b0190e5d727 /llvm/utils/NightlyTest.gnuplot | |
| parent | 38dbc3c35be07f114a614d9e10eb791f0b495d79 (diff) | |
| download | bcm5719-llvm-ed51e6858c027f067e7a7c9b2efae702178ed65d.tar.gz bcm5719-llvm-ed51e6858c027f067e7a7c9b2efae702178ed65d.zip | |
Start testing SPEC as well as singlesource/multisource
llvm-svn: 8005
Diffstat (limited to 'llvm/utils/NightlyTest.gnuplot')
| -rw-r--r-- | llvm/utils/NightlyTest.gnuplot | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/utils/NightlyTest.gnuplot b/llvm/utils/NightlyTest.gnuplot index 66c5f4e1fac..207909bd98e 100644 --- a/llvm/utils/NightlyTest.gnuplot +++ b/llvm/utils/NightlyTest.gnuplot @@ -9,7 +9,10 @@ set timefmt "%Y-%m-%d:" set format x "%b %d, %Y" ## Various labels for the graph -set label "Removed\ndummy\nfunction" at "2003-07-30:", 150000 +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 "'dummy'\nfunction" at "2003-07-20:", 150000 set size .75,.75 plot "running_loc.txt" using 1:2 title '', \ |

