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

Draft: some fixes for ticky counters #104

Open luite opened 2 months ago

luite commented 2 months ago

I had some trouble getting correct eventlog2html output from an eventlog created by a simple ghc-events-based filtering script I wrote.

This PR contains the ghc-events fixes that I used to make it work.

Draft: Not cleaned up yet, no tests.