[llvm-commits] CVS: llvm/utils/NightlyTest.gnuplot NightlyTestTemplate.html

Chris Lattner lattner at cs.uiuc.edu
Tue Aug 19 09:28:00 PDT 2003


Changes in directory llvm/utils:

NightlyTest.gnuplot updated: 1.1 -> 1.2
NightlyTestTemplate.html updated: 1.15 -> 1.16

---
Log message:

Increase the size of the LOC chart


---
Diffs of the changes:

Index: llvm/utils/NightlyTest.gnuplot
diff -u llvm/utils/NightlyTest.gnuplot:1.1 llvm/utils/NightlyTest.gnuplot:1.2
--- llvm/utils/NightlyTest.gnuplot:1.1	Mon Aug 18 15:07:54 2003
+++ llvm/utils/NightlyTest.gnuplot	Tue Aug 19 09:27:44 2003
@@ -11,7 +11,7 @@
 ## Various labels for the graph
 set label "Removed\ndummy\nfunction" at "2003-07-30:", 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
 


Index: llvm/utils/NightlyTestTemplate.html
diff -u llvm/utils/NightlyTestTemplate.html:1.15 llvm/utils/NightlyTestTemplate.html:1.16
--- llvm/utils/NightlyTestTemplate.html:1.15	Mon Aug 18 15:08:32 2003
+++ llvm/utils/NightlyTestTemplate.html	Tue Aug 19 09:27:44 2003
@@ -45,7 +45,7 @@
 <table align=right>
 <tr><td>
 <a href="running_loc_large.png"
-   ><img border=0 width=320 height=240 src="running_loc.png"></a>
+   ><img border=0 width=480 height=360 src="running_loc.png"></a>
 </td></tr>
 <tr><td align=center>Lines Of Code over Time<br>
 <font size=-1><a href="running_loc_large.png">Click for larger view</a></font>





More information about the llvm-commits mailing list