[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / rts / DebugProf.h
1 /* -----------------------------------------------------------------------------
2  * $Id: DebugProf.h,v 1.2 1998/12/02 13:28:15 simonm Exp $
3  *
4  * (c) The GHC Team 1998
5  *
6  * Simple Heap Profiling
7  *
8  * ---------------------------------------------------------------------------*/
9
10 #if !defined(PROFILING) && defined(DEBUG)
11
12 extern nat  initProfiling(void);
13 extern void endProfiling(void);
14 extern void heapCensus(bdescr *bd);
15
16 #endif