diff options
Diffstat (limited to 'llvm/utils/NightlyTestTemplate.html')
| -rw-r--r-- | llvm/utils/NightlyTestTemplate.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/llvm/utils/NightlyTestTemplate.html b/llvm/utils/NightlyTestTemplate.html index 583c6b306f8..e8e055f9859 100644 --- a/llvm/utils/NightlyTestTemplate.html +++ b/llvm/utils/NightlyTestTemplate.html @@ -52,6 +52,8 @@ <li><a href="$DATE-Build-Log.txt">Compilation Log</a> <ul> $BuildError + Time to configure CVS tree: <b>$ConfigTime</b> seconds + (<b>$ConfigWallTime</b> seconds wall time)<br> Time to build CVS tree: <b>$BuildTime</b> seconds (<b>$BuildWallTime</b> seconds wall time)<br> Number of object files compiled: <b>$NumObjects</b><br> @@ -154,11 +156,16 @@ for further analysis. <center> <table border="0" cellspacing="0" cellpadding="2"><tr><td bgcolor="#000000"> -$ProgramsTable +$MultiSourceProgramsTable </td></tr></table></center> <h2>Programs/SingleSource</h2> +<center> +<table border="0" cellspacing="0" cellpadding="2"><tr><td bgcolor="#000000"> +$SingleSourceProgramsTable +</td></tr></table></center> + <br><br><center> |

