Include the new docs directory, whenever it gets added. www is gone
[oota-llvm.git] / utils / NightlyTestTemplate.html
index 14af2b74d9cefdb33931ba94f6f5062fe085b6ee..80be981e875922d452bac62798dc5e16762f9ac5 100644 (file)
@@ -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>
 <ul>
 <li><a href="$DATE-CVS-Log.txt">CVS Checkout Log</a>
 <ul>
-    Time to check out CVS tree:  <b>$CVSCheckoutTime</b> seconds<br>
-    Number of directories in CVS: <b>$NumDirsInCVS</b><br>
-    Number of files in CVS: <b>$NumFilesInCVS</b><br>
-    Number of lines of code: <b>$LOC</b></ul>
+    <b>$NumDirsInCVS</b> dirs, <b>$NumFilesInCVS</b> files, <b>$LOC</b>
+    lines of code, checked out in <b>$CVSCheckoutTime</b> seconds<br></ul>
 <li><a href="$DATE-Build-Log.txt">Compilation Log</a>
 <ul>
     $BuildError
 
 GNUplot <b>charts</b> showing a couple of things:
 <ol>
-<li>LOC in CVS
 <li>Compile Time
 <li>Testing Time
 <li>Time to run some programs, say all of Olden
@@ -156,12 +153,24 @@ with an asterisk: `*'. The columns of the tables are:<p>
 <li><a name="JIT">JIT</a> - The amount of time spent running the
     program with the JIT; this includes the code generation phase (listed above)
     and actually running the program.</li>
-<li><a name="GCC/LLC">GCC/LLC - The speed-up of the LLC output vs the native 
-    GCC output: greater than 1 is a speedup, less than 1 is a slowdown.
+<li><a name="GCC/LLC">GCC/LLC</a> - The speed-up of the LLC output vs the native 
+    GCC output: greater than 1 is a speedup, less than 1 is a slowdown.</li>
+<li><a name="GCC/CBE">GCC/CBE</a> - The speed-up of the CBE output vs the native 
+    GCC output: greater than 1 is a speedup, less than 1 is a slowdown.</li>
 </ol><p>
 
-A complete log of testing <a href="$DATE-ProgramTest.txt.gz">is available</a>
-for further analysis.
+A complete log of testing 
+<a href="$DATE-SingleSource-ProgramTest.txt.gz">SingleSource</a>, 
+<a href="$DATE-MultiSource-ProgramTest.txt.gz">MultiSource</a>, and
+<a href="$DATE-External-ProgramTest.txt.gz">External</a> programs are
+available</a> for further analysis.
+
+<h2>Programs/External</h2>
+
+<center>
+<table border="0" cellspacing="0" cellpadding="2"><tr><td bgcolor="#000000"> 
+$ExternalProgramsTable
+</td></tr></table></center>
 
 <h2>Programs/MultiSource</h2>