[project @ 2001-09-04 18:29:20 by ken]
[ghc-hetmet.git] / ghc / rts / Proftimer.h
index 1e1a090..231f8da 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: Proftimer.h,v 1.3 1999/08/04 17:03:41 panne Exp $
+ * $Id: Proftimer.h,v 1.5 2000/04/03 15:54:50 simonmar Exp $
  *
  * (c) The GHC Team, 1998
  *
@@ -7,8 +7,10 @@
  *
  * ---------------------------------------------------------------------------*/
 
+extern rtsBool do_prof_ticks;
+extern lnat total_prof_ticks;
+
 extern void initProfTimer(nat ms);
 extern void stopProfTimer(void);
 extern void startProfTimer(void);
-extern void handleProfTick(int unused);
-
+extern void handleProfTick(void);