[project @ 2001-11-05 14:08:28 by chak]
[ghc-hetmet.git] / ghc / rts / Proftimer.h
1 /* -----------------------------------------------------------------------------
2  * $Id: Proftimer.h,v 1.5 2000/04/03 15:54:50 simonmar Exp $
3  *
4  * (c) The GHC Team, 1998
5  *
6  * Profiling interval timer
7  *
8  * ---------------------------------------------------------------------------*/
9
10 extern rtsBool do_prof_ticks;
11 extern lnat total_prof_ticks;
12
13 extern void initProfTimer(nat ms);
14 extern void stopProfTimer(void);
15 extern void startProfTimer(void);
16 extern void handleProfTick(void);