From: Reid Spencer Date: Wed, 9 Jun 2004 18:29:15 +0000 (+0000) Subject: Columnized the compilation statistics for easier reading. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=389174b098e4d106729d64bd782a29c4af20ad86;p=oota-llvm.git Columnized the compilation statistics for easier reading. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14099 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/NightlyTestTemplate.html b/utils/NightlyTestTemplate.html index b227b5d12f9..ea8752ceaef 100644 --- a/utils/NightlyTestTemplate.html +++ b/utils/NightlyTestTemplate.html @@ -60,20 +60,17 @@ $NumDirsInCVS dirs, $NumFilesInCVS files, $LOC lines of code, checked out in $CVSCheckoutTime seconds
  • Compilation Log - + + + + + + +
    ItemCPU TimeWall Clock
    Configure CVS Tree$ConfigTime$ConfigWallTime
    Build CVS Tree$BuildTime$BuildWallTime
    Run Feature Tests$FeatureTime$FeatureWallTime
    Run Regression Tests$RegressionTime$RegressionWallTime
  • +
  • Number of object files compiled: $NumObjects
  • +
  • Number of libraries linked: $NumLibraries
  • +
  • Number of executables linked: $NumExecutables
  • +
  • Build Error: $BuildError
  • Warnings during the build: