1 /* -----------------------------------------------------------------------------
3 * (c) The GHC Team, 1998-2005
5 * Support for heap profiling
7 * ---------------------------------------------------------------------------*/
14 void heapCensus (void);
15 nat initHeapProfiling (void);
16 void endHeapProfiling (void);
17 void LDV_recordDead (StgClosure *c, nat size);
18 rtsBool strMatchesSelector (char* str, char* sel);
22 #endif /* PROFHEAP_H */