[project @ 2005-04-24 20:17:28 by panne]
[ghc-hetmet.git] / ghc / rts / Stats.h
index 962d38c..0ed1307 100644 (file)
@@ -46,6 +46,6 @@ extern double    mut_user_time_during_heap_census(void);
 extern void      statDescribeGens( void );
 extern HsInt64   getAllocations( void );
 
-#if defined(SMP)
-extern long int  stat_getElapsedTime ( void );
-#endif
+extern void      stat_getTimes ( long *currentElapsedTime, 
+                                long *currentUserTime,
+                                long *elapsedGCTime );