X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FProfiling.h;h=8961da9b177beb908f4f28398a2d80150f7753e3;hp=d968349a527cefe6500dd26e3341504f2ff139fb;hb=2eb04ca0f8d0ec72b417cddc60672c696b4a3daa;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1 diff --git a/rts/Profiling.h b/rts/Profiling.h index d968349..8961da9 100644 --- a/rts/Profiling.h +++ b/rts/Profiling.h @@ -11,14 +11,13 @@ #include -#if defined(PROFILING) || defined(DEBUG) -void initProfiling1 ( void ); -void initProfiling2 ( void ); -void endProfiling ( void ); +void initProfiling1 (void); +void freeProfiling1 (void); +void initProfiling2 (void); +void endProfiling (void); extern FILE *prof_file; extern FILE *hp_file; -#endif #ifdef PROFILING