update submodules for GHC.HetMet.GArrow -> Control.GArrow renaming
[ghc-hetmet.git] / rts / ProfHeap.h
1 /* -----------------------------------------------------------------------------
2  *
3  * (c) The GHC Team, 1998-2005
4  *
5  * Support for heap profiling
6  *
7  * ---------------------------------------------------------------------------*/
8
9 #ifndef PROFHEAP_H
10 #define PROFHEAP_H
11
12 #include "BeginPrivate.h"
13
14 void    heapCensus         (void);
15 nat     initHeapProfiling  (void);
16 void    endHeapProfiling   (void);
17 rtsBool strMatchesSelector (char* str, char* sel);
18
19 #include "EndPrivate.h"
20
21 #endif /* PROFHEAP_H */