X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FPapi.c;fp=rts%2FPapi.c;h=d442718fa9f5f258cbcb3ec15e94846c635d00b6;hb=1a4ff8d84caf442116e48557f3b8eee353455430;hp=8e8900fe96ede7e1fb7853093eabac05d12cc562;hpb=8058f95c14f77f887430e62bb609c1fec827fcc3;p=ghc-hetmet.git diff --git a/rts/Papi.c b/rts/Papi.c index 8e8900f..d442718 100644 --- a/rts/Papi.c +++ b/rts/Papi.c @@ -145,15 +145,15 @@ init_countable_events(void) static char temp[BIG_STRING_LEN]; -void -papi_mut_cycles() +static void +papi_mut_cycles(void) { ullong_format_string(mutator_cycles,temp,rtsTrue/*commas*/); statsPrintf(" (MUT_CYCLES) : %s\n",temp); } -void -papi_gc_cycles() +static void +papi_gc_cycles(void) { ullong_format_string(gc_cycles,temp,rtsTrue/*commas*/); statsPrintf(" (GC_CYCLES) : %s\n",temp);