[project @ 1999-08-25 16:11:43 by simonmar]
[ghc-hetmet.git] / ghc / rts / Proftimer.h
1 /* -----------------------------------------------------------------------------
2  * $Id: Proftimer.h,v 1.4 1999/08/25 16:11:50 simonmar Exp $
3  *
4  * (c) The GHC Team, 1998
5  *
6  * Profiling interval timer
7  *
8  * ---------------------------------------------------------------------------*/
9
10 extern lnat total_prof_ticks;
11
12 extern void initProfTimer(nat ms);
13 extern void stopProfTimer(void);
14 extern void startProfTimer(void);
15 extern void handleProfTick(int unused);
16