X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FProfiling.h;h=8961da9b177beb908f4f28398a2d80150f7753e3;hb=27de38efce6d73d2a0209f803cfa98c82773e773;hp=edfc1b2c5e9851dbdefbf76f59839670affd6798;hpb=ed12b7043fa98928f75c289a756fbcef546315f8;p=ghc-hetmet.git diff --git a/rts/Profiling.h b/rts/Profiling.h index edfc1b2..8961da9 100644 --- a/rts/Profiling.h +++ b/rts/Profiling.h @@ -11,15 +11,13 @@ #include -#if defined(PROFILING) || defined(DEBUG) -void initProfiling1 ( void ); -void freeProfiling1 ( 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