1 /* -----------------------------------------------------------------------------
2 * $Id: Proftimer.h,v 1.5 2000/04/03 15:54:50 simonmar Exp $
4 * (c) The GHC Team, 1998
6 * Profiling interval timer
8 * ---------------------------------------------------------------------------*/
10 extern rtsBool do_prof_ticks;
11 extern lnat total_prof_ticks;
13 extern void initProfTimer(nat ms);
14 extern void stopProfTimer(void);
15 extern void startProfTimer(void);
16 extern void handleProfTick(void);