diff options
author | Andreas Klebinger <klebinger.andreas@gmx.at> | 2022-06-21 17:04:12 +0200 |
---|---|---|
committer | Andreas Klebinger <klebinger.andreas@gmx.at> | 2022-06-21 17:04:12 +0200 |
commit | da5ff10503e683e2148c62e36f8fe2f819328862 (patch) | |
tree | 851d264b4b147684faa7f294699ab95958becc71 /rts/include | |
parent | 159b76282e50a138250557baa6aa4ed7cf031070 (diff) | |
download | haskell-da5ff10503e683e2148c62e36f8fe2f819328862.tar.gz |
Ticky:Make json info a separate field.
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 */ |