Skip to content

Update correct counter in bumpTickyAllocd

Luite Stegeman requested to merge luite/ghc:ticky-counter into master

I was a bit confused why all the allocd values were zero in my ticky profiles.

It looks like GHC was just adding the numbers to the entry_count counter instead of the allocd counter.

Merge request reports