@hackage ghc-events0.21.0.0
Library and tool for parsing .eventlog files from GHC
Categories
License
BSD-3-Clause
Maintainer
Simon Marlow <marlowsd@gmail.com>
Links
Versions
Installation
Tested Compilers
Dependencies (6)
- base >=4.7 && <4.23
- binary >=0.7 && <0.11
- bytestring >=0.10.4 && <0.13
- containers >=0.5 && <0.9
- text >=0.11.2.3 && <2.2
- vector >=0.7 && <0.14 Show all…
Dependents (15)
@hackage/opentelemetry-lightstep, @hackage/eventlog2html, @hackage/eventlog-live-influxdb, @hackage/linux-perf, @hackage/eventlog-live-otelcol, @hackage/acme-everything, Show all…
ghc-events
A Haskell library for parsing .eventlog files emitted by the GHC runtime system.
The package also includes an executable, ghc-events that can be used to display the contents of .eventlog files
TODO
- Add example usage/tutorial of the new API to this readme
Known Issues
- Writing event logs back to file does not work. It is hard to say how long has this been broken or how difficult will it be to fix (#14)