diff options
author | Andreas Klebinger <klebinger.andreas@gmx.at> | 2022-06-21 17:04:12 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-07-04 17:55:55 -0400 |
commit | aba482ea941bb0b06f041be950712ed71e047e81 (patch) | |
tree | 72ecb5bd029a37818f40cb7fd77851f8c59e3aa8 /rts/include | |
parent | 3b13aab14589823744495306bfb4c7bb522d22a5 (diff) | |
download | haskell-aba482ea941bb0b06f041be950712ed71e047e81.tar.gz |
Ticky:Make json info a separate field.
Fixes #21233
Diffstat (limited to 'rts/include')
-rw-r--r-- | rts/include/rts/Ticky.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/include/rts/Ticky.h b/rts/include/rts/Ticky.h index 7658e3c08a..4d58c8e63a 100644 --- a/rts/include/rts/Ticky.h +++ b/rts/include/rts/Ticky.h @@ -26,6 +26,7 @@ typedef struct _StgEntCounter { /* (rest of args are in registers) */ char *str; /* name of the thing */ char *arg_kinds; /* info about the args types */ + char *ticky_json; /* json_info for eventlog mostly describing the tick */ StgInfoTable *info; /* Info table corresponding to this closure */ StgInt entry_count; /* Trips to fast entry code */ StgInt allocs; /* number of allocations by this fun */ |