Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/10f58476b7c58b2270765caf03c7ec4fbdc14c50 >--------------------------------------------------------------- commit 10f58476b7c58b2270765caf03c7ec4fbdc14c50 Author: Ian Lynagh <[email protected]> Date: Sun Jan 15 00:49:48 2012 +0000 Remove an out-of-date comment >--------------------------------------------------------------- rts/Stats.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/rts/Stats.c b/rts/Stats.c index 43a7760..f3ed73c 100644 --- a/rts/Stats.c +++ b/rts/Stats.c @@ -564,8 +564,7 @@ stat_exit(int alloc) // heapCensus() is called by the GC, so RP and HC time are // included in the GC stats. We therefore subtract them to - // obtain the actual GC cpu time. XXX: we aren't doing this - // for elapsed time. + // obtain the actual GC cpu time. gc_cpu -= 0 + PROF_VAL(RP_tot_time + HC_tot_time); gc_elapsed -= 0 + PROF_VAL(RPe_tot_time + HCe_tot_time); _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
