summaryrefslogtreecommitdiff
path: root/rts/include
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2022-06-21 17:04:12 +0200
committerAndreas Klebinger <klebinger.andreas@gmx.at>2022-06-21 17:04:12 +0200
commitda5ff10503e683e2148c62e36f8fe2f819328862 (patch)
tree851d264b4b147684faa7f294699ab95958becc71 /rts/include
parent159b76282e50a138250557baa6aa4ed7cf031070 (diff)
downloadhaskell-da5ff10503e683e2148c62e36f8fe2f819328862.tar.gz
Ticky:Make json info a separate field.
Diffstat (limited to 'rts/include')
-rw-r--r--rts/include/rts/Ticky.h1
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 */