diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2020-05-03 12:53:35 +0100 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2020-05-03 12:53:35 +0100 |
commit | d81e96721163404db23fe8e772362b9df7cd8453 (patch) | |
tree | 034c3576a5e0291d0a73d68fa19e04ef92d04a91 /includes/rts/Flags.h | |
parent | fd7ea0fee92a60f9658254cc4fe3abdb4ff299b1 (diff) | |
download | haskell-wip/profile-info-table.tar.gz |
Add new profiling mode -hi profile by info tablewip/profile-info-table
Diffstat (limited to 'includes/rts/Flags.h')
-rw-r--r-- | includes/rts/Flags.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/rts/Flags.h b/includes/rts/Flags.h index d0c41a1576..c7d21411b4 100644 --- a/includes/rts/Flags.h +++ b/includes/rts/Flags.h @@ -141,6 +141,7 @@ typedef struct _PROFILING_FLAGS { # define HEAP_BY_LDV 7 # define HEAP_BY_CLOSURE_TYPE 8 +# define HEAP_BY_INFO_TABLE 9 Time heapProfileInterval; /* time between samples */ uint32_t heapProfileIntervalTicks; /* ticks between samples (derived) */ |