diff options
author | Ian Lynagh <igloo@earth.li> | 2012-01-15 00:49:48 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-01-15 00:49:48 +0000 |
commit | 10f58476b7c58b2270765caf03c7ec4fbdc14c50 (patch) | |
tree | 2a1579907d5c1167f2706f3d4c032eacc3a49028 /rts/Stats.c | |
parent | ee250e51d9677c7282a8a4f64d1082e5e55a9af6 (diff) | |
download | haskell-10f58476b7c58b2270765caf03c7ec4fbdc14c50.tar.gz |
Remove an out-of-date comment
Diffstat (limited to 'rts/Stats.c')
-rw-r--r-- | rts/Stats.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rts/Stats.c b/rts/Stats.c index 43a776053e..f3ed73c8fa 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); |