summaryrefslogtreecommitdiff
path: root/includes/rts/EventLogFormat.h
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2020-05-03 12:53:35 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2020-05-03 12:53:35 +0100
commitd81e96721163404db23fe8e772362b9df7cd8453 (patch)
tree034c3576a5e0291d0a73d68fa19e04ef92d04a91 /includes/rts/EventLogFormat.h
parentfd7ea0fee92a60f9658254cc4fe3abdb4ff299b1 (diff)
downloadhaskell-wip/profile-info-table.tar.gz
Add new profiling mode -hi profile by info tablewip/profile-info-table
Diffstat (limited to 'includes/rts/EventLogFormat.h')
-rw-r--r--includes/rts/EventLogFormat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/rts/EventLogFormat.h b/includes/rts/EventLogFormat.h
index d5ed01a864..57e9a4b76e 100644
--- a/includes/rts/EventLogFormat.h
+++ b/includes/rts/EventLogFormat.h
@@ -257,7 +257,8 @@ typedef enum {
HEAP_PROF_BREAKDOWN_TYPE_DESCR,
HEAP_PROF_BREAKDOWN_RETAINER,
HEAP_PROF_BREAKDOWN_BIOGRAPHY,
- HEAP_PROF_BREAKDOWN_CLOSURE_TYPE
+ HEAP_PROF_BREAKDOWN_CLOSURE_TYPE,
+ HEAP_PROF_BREAKDOWN_INFO_TABLE
} HeapProfBreakdown;
#if !defined(EVENTLOG_CONSTANTS_ONLY)