X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FProfiling.h;fp=rts%2FProfiling.h;h=edfc1b2c5e9851dbdefbf76f59839670affd6798;hb=ed12b7043fa98928f75c289a756fbcef546315f8;hp=d968349a527cefe6500dd26e3341504f2ff139fb;hpb=1f801e3abd16559f2120b7f482b19deb0c43a0c7;p=ghc-hetmet.git diff --git a/rts/Profiling.h b/rts/Profiling.h index d968349..edfc1b2 100644 --- a/rts/Profiling.h +++ b/rts/Profiling.h @@ -13,6 +13,7 @@ #if defined(PROFILING) || defined(DEBUG) void initProfiling1 ( void ); +void freeProfiling1 ( void ); void initProfiling2 ( void ); void endProfiling ( void );