diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-18 06:05:21 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-18 06:05:21 +0000 |
commit | bf6a4dcf2d31ce287e567c08c6d6aedd9b0b00b3 (patch) | |
tree | 81c567a55f149900b34b37d5b002e5050bf9b3e4 /utils/NightlyTestTemplate.html | |
parent | e928d7dcc5582bb2390d8cd6318c3e76b7cf1f59 (diff) | |
download | external_llvm-bf6a4dcf2d31ce287e567c08c6d6aedd9b0b00b3.zip external_llvm-bf6a4dcf2d31ce287e567c08c6d6aedd9b0b00b3.tar.gz external_llvm-bf6a4dcf2d31ce287e567c08c6d6aedd9b0b00b3.tar.bz2 |
* Split the programs table into MultiSource and SingleSource components
* Instead of printing the time to configure as the build time, print the
time to configure AND the build time, explicitly
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7942 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/NightlyTestTemplate.html')
-rw-r--r-- | utils/NightlyTestTemplate.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/utils/NightlyTestTemplate.html b/utils/NightlyTestTemplate.html index 583c6b3..e8e055f 100644 --- a/utils/NightlyTestTemplate.html +++ b/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> |