From 389174b098e4d106729d64bd782a29c4af20ad86 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 9 Jun 2004 18:29:15 +0000 Subject: [PATCH] Columnized the compilation statistics for easier reading. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14099 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/NightlyTestTemplate.html | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) 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:

    -- 2.34.1