[project @ 1999-09-15 13:46:28 by simonmar]
[ghc-hetmet.git] / ghc / rts / ProfHeap.h
1 /* -----------------------------------------------------------------------------
2  * $Id: ProfHeap.h,v 1.1 1999/09/15 13:46:29 simonmar Exp $
3  *
4  * (c) The GHC Team, 1998-1999
5  *
6  * Support for heap profiling
7  *
8  * ---------------------------------------------------------------------------*/
9
10
11 void heapCensus(void);
12 extern nat initHeapProfiling(void);
13 void endHeapProfiling(void);