diff --git a/rts/ProfilerReportJson.c b/rts/ProfilerReportJson.c index a7869215f7de5e6b088d745578fcf3076ae2a23a..ea7c852d21d7da5a32ac68f7d9717e2a7905bcdc 100644 --- a/rts/ProfilerReportJson.c +++ b/rts/ProfilerReportJson.c @@ -66,7 +66,7 @@ logCostCentreStack(FILE *prof_file, CostCentreStack const *ccs) fprintf(prof_file, "{\"id\": %" FMT_Int ", " "\"entries\": %" FMT_Word64 ", " - "\"alloc\": %" FMT_Word ", " + "\"alloc\": %" FMT_Word64 ", " "\"ticks\": %" FMT_Word ", ", ccs->cc->ccID, ccs->scc_count,