X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FProfiling.h;h=edfc1b2c5e9851dbdefbf76f59839670affd6798;hb=5f8b35ad729740cab1cb8c884deb405dcc758683;hp=d968349a527cefe6500dd26e3341504f2ff139fb;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;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 );