X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FProfiling.h;h=e27ad4c5edd9738c952aebf9c6f1bf6fb51d611c;hb=b2bd63f99d643f6b3eb30bb72bb9ae26d4183252;hp=764e467b41ff9af5cd1491461ab913c728cb4bcc;hpb=9a9803e8dc80ba41bd3e2d31228e64fa6b61060e;p=ghc-hetmet.git diff --git a/rts/Profiling.h b/rts/Profiling.h index 764e467..e27ad4c 100644 --- a/rts/Profiling.h +++ b/rts/Profiling.h @@ -11,12 +11,12 @@ #include -BEGIN_RTS_PRIVATE +#include "BeginPrivate.h" void initProfiling1 (void); -void freeProfiling1 (void); void initProfiling2 (void); void endProfiling (void); +void freeProfiling (void); extern FILE *prof_file; extern FILE *hp_file; @@ -37,6 +37,6 @@ void debugCCS( CostCentreStack *ccs ); #endif -END_RTS_PRIVATE +#include "EndPrivate.h" #endif /* PROFILING_H */