[project @ 1999-03-20 17:33:07 by sof]
[ghc-hetmet.git] / ghc / rts / Stats.h
index 2b9c0a5..f5da72c 100644 (file)
@@ -1,5 +1,7 @@
 /* -----------------------------------------------------------------------------
- * $Id: Stats.h,v 1.3 1999/01/13 17:25:46 simonm Exp $
+ * $Id: Stats.h,v 1.5 1999/02/23 15:45:08 simonm Exp $
+ *
+ * (c) The GHC Team, 1998-1999
  *
  * Statistics and timing-related functions.
  *
@@ -11,6 +13,7 @@ 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, lnat gen);
+extern void      stat_endGC(lnat alloc, lnat collect, lnat live, 
+                           lnat copied, lnat gen);
 extern void      initStats(void);
 extern void      stat_describe_gens(void);