X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FStats.c;h=9342118ade8d77a917f642e7af18fe6687eefca1;hp=9f12b6da2ec94f59b26e035dff2811cbe6e7b5b8;hb=b927a3c1ca03948d9dd50657c01f7f50dc7161e8;hpb=59a91586963b8adbc03bbe8fc29fc71fac5c0989 diff --git a/rts/Stats.c b/rts/Stats.c index 9f12b6d..9342118 100644 --- a/rts/Stats.c +++ b/rts/Stats.c @@ -562,9 +562,11 @@ stat_exit(int alloc) * Note that the cycles are counted _after_ the initialization of the RTS -- AR */ statsPrintf(" -- CPU Mutator counters --\n"); + papi_mut_cycles(); papi_report(MutatorCounters); statsPrintf("\n -- CPU GC counters --\n"); + papi_gc_cycles(); papi_report(GCCounters); #endif }