diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-08-10 22:26:51 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-08-10 22:26:51 +0100 |
commit | cb07cb7df2cac23d1b4a132f98cf427a755e5f5d (patch) | |
tree | 626cbaf9016d03575446d0f69364d8f1f6ba97c9 /rts/Proftimer.h | |
parent | 415598b232f6664fb4da8321f5f578405af245de (diff) | |
download | haskell-cb07cb7df2cac23d1b4a132f98cf427a755e5f5d.tar.gz |
Always define startProfTimer and stopProfTimer
This allows us to provide access to them in the base library.
Diffstat (limited to 'rts/Proftimer.h')
-rw-r--r-- | rts/Proftimer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rts/Proftimer.h b/rts/Proftimer.h index 07dffff6b9..2b7646f2b7 100644 --- a/rts/Proftimer.h +++ b/rts/Proftimer.h @@ -14,10 +14,8 @@ void initProfTimer ( void ); void handleProfTick ( void ); -#ifdef PROFILING void stopProfTimer ( void ); void startProfTimer ( void ); -#endif void stopHeapProfTimer ( void ); void startHeapProfTimer ( void ); |