diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2020-12-21 09:15:45 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-02-27 07:59:33 -0500 |
commit | 966a768e9b99e72c9d98a1c971427044888d6de9 (patch) | |
tree | ac7773fcf7bf854790609846e20b3001ca7a12d1 /includes | |
parent | 98dd09afdebe8d5b6def4c3b11a4c0495df47de4 (diff) | |
download | haskell-966a768e9b99e72c9d98a1c971427044888d6de9.tar.gz |
Remove the -xt heap profiling option
It should be left to tooling to perform the filtering to remove these
specific closure types from the profile if desired.
Fixes #16795
Diffstat (limited to 'includes')
-rw-r--r-- | includes/rts/Flags.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/rts/Flags.h b/includes/rts/Flags.h index b56cf223b7..735605b2ba 100644 --- a/includes/rts/Flags.h +++ b/includes/rts/Flags.h @@ -144,7 +144,6 @@ typedef struct _PROFILING_FLAGS { Time heapProfileInterval; /* time between samples */ uint32_t heapProfileIntervalTicks; /* ticks between samples (derived) */ - bool includeTSOs; bool showCCSOnException; |