haskell / ghc-events

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

Add support for era event types #103

Closed fendor closed 5 months ago

fendor commented 5 months ago

Support for Era profiling was added in https://gitlab.haskell.org/ghc/ghc/-/merge_requests/11903

mpickering commented 5 months ago

LGTM

Mikolaj commented 5 months ago

@maoe: if you are busy, I can review and merge

maoe commented 5 months ago

@Mikolaj That would be great. Thank you!

Unfortunately I don't have much time to work on open source projects these days. It'd be great if you or other maintainers could take the lead in the development.

Mikolaj commented 5 months ago

I'm afraid, I'm a passive maintainer as well, with a just a bit more time right now. :)

@fendor, do you know if ThreadScope copes with this change? I forgot how well it handles unknown events.