[project @ 2005-01-07 13:06:20 by simonmar]
[ghc-hetmet.git] / ghc / rts / Stats.h
index 59fe58a..c3efd36 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Stats.h,v 1.14 2001/11/26 16:54:22 simonmar Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
@@ -45,4 +44,8 @@ extern double    mut_user_time_during_heap_census(void);
 #endif // PROFILING
 
 extern void      statDescribeGens( void );
-extern HsInt     getAllocations( void );
+extern HsInt64   getAllocations( void );
+
+#if defined(SMP)
+extern long int  stat_getElapsedTime ( void );
+#endif