X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FStats.h;h=ec2f2b866f91c5f973ae0d3ef84ec0e82da96d4f;hb=214fe5a15ab09fd7ae5ee48c99d6acf18a17b749;hp=2b9c0a5a5b699eaa5edbcc91075637302d7fc539;hpb=4391e44f910ce579f269986faef9e5db8907a6c0;p=ghc-hetmet.git diff --git a/ghc/rts/Stats.h b/ghc/rts/Stats.h index 2b9c0a5..ec2f2b8 100644 --- a/ghc/rts/Stats.h +++ b/ghc/rts/Stats.h @@ -1,5 +1,7 @@ /* ----------------------------------------------------------------------------- - * $Id: Stats.h,v 1.3 1999/01/13 17:25:46 simonm Exp $ + * $Id: Stats.h,v 1.6 1999/09/15 13:45:20 simonmar Exp $ + * + * (c) The GHC Team, 1998-1999 * * Statistics and timing-related functions. * @@ -11,6 +13,9 @@ 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); +extern double mut_user_time_during_GC(void); +extern double mut_user_time(void);