diff options
Diffstat (limited to 'rts/Ticky.c')
-rw-r--r-- | rts/Ticky.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rts/Ticky.c b/rts/Ticky.c index 243897fbe4..0d33c43d79 100644 --- a/rts/Ticky.c +++ b/rts/Ticky.c @@ -330,6 +330,9 @@ PrintTickyInfo(void) PR_CTR(ALLOC_HEAP_ctr); PR_CTR(ALLOC_HEAP_tot); + PR_CTR(HEAP_CHK_ctr); + PR_CTR(STK_CHK_ctr); + PR_CTR(ALLOC_RTS_ctr); PR_CTR(ALLOC_RTS_tot); |