1 /* -----------------------------------------------------------------------------
3 * (c) The GHC Team, 1998-2017
5 * Generating cost-center profiler report
7 * ---------------------------------------------------------------------------*/
14 #include "Profiling.h"
16 #include "BeginPrivate.h"
18 #if defined(PROFILING)
20 void writeCCSReportJson(FILE *prof_file
,
21 CostCentreStack
const *ccs
,
22 ProfilerTotals totals
);
26 #include "EndPrivate.h"