Skip to content

rts: Allow heap prof by closure type in prof way

Ben Price requested to merge brprice/ghc:wip/T15086 into master

Complete b7b6617a (see ticket #15086 (closed)) to actually enable profiling by closure type in the profiling rts. I.e. +RTS -p -hT is now accepted.

Merge request reports