haskell / ghc-events

Library and tool for parsing .eventlog files from GHC
http://www.haskell.org/haskellwiki/ThreadScope
Other
33 stars 34 forks source link

Add HeapProfBreakdownClosureType #33

Closed bgamari closed 5 years ago

bgamari commented 6 years ago

This was missing from the original GHC implementation and is produced when an executable is run with the -hT RTS flag.

See D3922.

maoe commented 6 years ago

The code looks good to me. Would you mind adding a small eventlog file that contains HeapProfBreakdownClosureType to https://github.com/haskell/ghc-events/tree/master/test?

maoe commented 6 years ago

Ping

bgamari commented 5 years ago

@simonmar, do you think you could merge this?

bgamari commented 5 years ago

Ahhh, never mind; it looks like action is required from my end.

maoe commented 5 years ago

Would be great if you could but given this feature is already landed it should be easy to do it myself.

maoe commented 5 years ago

I've tested this branch with test/stop.hs and it looks fine. stop.hT.eventlog.gz

Could you update the PR with this eventlog file and rebase off of current master?

maoe commented 5 years ago

Merged via #39.