X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=utils%2FNightlyTest.gnuplot;h=207909bd98e2e618429ce3677de93a1dbeac4346;hb=6f3c178c48b23b31630767b68514d4b1d26869c8;hp=b3f40e3351773084fc22060889f7f5fc89f7ceeb;hpb=c75b14e802e20e4d23318abcfb9d328644147217;p=oota-llvm.git diff --git a/utils/NightlyTest.gnuplot b/utils/NightlyTest.gnuplot index b3f40e33517..207909bd98e 100644 --- a/utils/NightlyTest.gnuplot +++ b/utils/NightlyTest.gnuplot @@ -6,12 +6,15 @@ set xlabel "Date" "TimesRoman,24" set ylabel "Lines of Code" "TimesRoman,24" set xdata time set timefmt "%Y-%m-%d:" -set format x "%b %m, %Y" +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 .5,.5 +set size .75,.75 plot "running_loc.txt" using 1:2 title '', \ "running_loc.txt" using 1:2 title "Date vs. Lines of Code" with lines