perf: Key the interpreter symbol cache by Name rather than FastString
[ghc.git] / rts / ProfHeap.h
blob2b473ac894becafd556ef0a8afb0edc3a8b5cca0
1 /* -----------------------------------------------------------------------------
3 * (c) The GHC Team, 1998-2005
5 * Support for heap profiling
7 * ---------------------------------------------------------------------------*/
9 #pragma once
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"