Skip to content

Commit

Permalink
Include compile time in basic table output
Browse files Browse the repository at this point in the history
  • Loading branch information
dmpots committed Oct 26, 2010
1 parent 14a8eba commit 929162e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/fibon-analyse/Fibon/Analyse/Tables.hs
Expand Up @@ -21,6 +21,7 @@ basicTable = [
ghcStatsSummaryTable :: TableSpec GhcStats
ghcStatsSummaryTable = [
ColSpec "Size" (onFibonStats binarySize)
, ColSpec "Compile" (onFibonStats compileTime)
, ColSpec "Allocs" (onExtraStats bytesAllocated)
, ColSpec "Runtime" (onExtraStats ghcCpuTime)
, ColSpec "Elapsed" (onExtraStats ghcWallTime)
Expand Down

0 comments on commit 929162e

Please sign in to comment.