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

Support for non-moving GC events #60

Closed bgamari closed 4 years ago

bgamari commented 4 years ago

Just as it says on the tin. These include events marking various stages of the GC lifecycle as well as the non-moving census which captures information about heap fragmentation.

maoe commented 4 years ago

Thanks! As usual could you add a short eventlog that contains the new events and its ghc-events show output in the test suite?

maoe commented 4 years ago

The tests are failing because the new files aren't listed in extra-soruce-files. Could you add them to the list?

Maybe we should document this in README.md or CONTRIBUTING.md.

maoe commented 4 years ago

LGTM. Thank you!