a224595a2bf5e365df608507705b1aebb924f4c1
[ghc-hetmet.git] / ghc / rts / DebugProf.h
1 /* -----------------------------------------------------------------------------
2  * $Id: DebugProf.h,v 1.3 1999/09/15 13:45:16 simonmar 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 void heapCensus(bdescr *bd);
13
14 #endif