1 /* -----------------------------------------------------------------------------
3 * (c) The GHC Team, 1998-2005
5 * Support for heap profiling
7 * ---------------------------------------------------------------------------*/
11 #include "BeginPrivate.h"
13 void heapCensus (Time t
);
14 void initHeapProfiling (void);
15 void endHeapProfiling (void);
16 void freeHeapProfiling (void);
17 bool strMatchesSelector (const char* str
, const char* sel
);
19 #include "EndPrivate.h"