[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / rts / Stats.h
1 /* -----------------------------------------------------------------------------
2  * $Id: Stats.h,v 1.2 1998/12/02 13:28:50 simonm Exp $
3  *
4  * Statistics and timing-related functions.
5  *
6  * ---------------------------------------------------------------------------*/
7
8 extern StgDouble elapsedtime(void);
9 extern void      start_time(void);
10 extern StgDouble usertime(void);
11 extern void      end_init(void);
12 extern void      stat_exit(int alloc);
13 extern void      stat_startGC(void);
14 extern void      stat_endGC(lnat alloc, lnat collect, lnat live, 
15                             char *comment);
16 extern void      initStats(void);