X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FProfiling.h;h=764e467b41ff9af5cd1491461ab913c728cb4bcc;hb=6cf8982ac30be6836a0cdd8be5a6ac1a1a144213;hp=8961da9b177beb908f4f28398a2d80150f7753e3;hpb=cbeb99efd4a117de5b028341dc41bc8f50717383;p=ghc-hetmet.git diff --git a/rts/Profiling.h b/rts/Profiling.h index 8961da9..764e467 100644 --- a/rts/Profiling.h +++ b/rts/Profiling.h @@ -11,6 +11,8 @@ #include +BEGIN_RTS_PRIVATE + void initProfiling1 (void); void freeProfiling1 (void); void initProfiling2 (void); @@ -21,18 +23,20 @@ extern FILE *hp_file; #ifdef PROFILING -void gen_XML_logfile ( void ); +void gen_XML_logfile ( void ); void reportCCSProfiling ( void ); void PrintNewStackDecls ( void ); -extern void fprintCCS( FILE *f, CostCentreStack *ccs ); -extern void fprintCCS_stderr( CostCentreStack *ccs ); +void fprintCCS( FILE *f, CostCentreStack *ccs ); +void fprintCCS_stderr( CostCentreStack *ccs ); #ifdef DEBUG -extern void debugCCS( CostCentreStack *ccs ); +void debugCCS( CostCentreStack *ccs ); #endif #endif +END_RTS_PRIVATE + #endif /* PROFILING_H */