[project @ 1999-02-05 16:02:18 by simonm]
[ghc-hetmet.git] / ghc / rts / Stats.h
index be95442..9908e1c 100644 (file)
@@ -1,5 +1,7 @@
 /* -----------------------------------------------------------------------------
- * $Id: Stats.h,v 1.2 1998/12/02 13:28:50 simonm Exp $
+ * $Id: Stats.h,v 1.4 1999/02/05 16:02:57 simonm Exp $
+ *
+ * (c) The GHC Team, 1998-1999
  *
  * Statistics and timing-related functions.
  *
@@ -11,6 +13,6 @@ extern StgDouble usertime(void);
 extern void      end_init(void);
 extern void      stat_exit(int alloc);
 extern void      stat_startGC(void);
-extern void      stat_endGC(lnat alloc, lnat collect, lnat live, 
-                           char *comment);
+extern void      stat_endGC(lnat alloc, lnat collect, lnat live, lnat gen);
 extern void      initStats(void);
+extern void      stat_describe_gens(void);