Description
A Haskell library providing faster traceEvent and traceMarker support plus binary object logging for the GHC eventlog. It helps developers record performance and runtime events with less overhead.
Use it when profiling or observing Haskell programs through eventlog tooling. Trace data can reveal workload details, so logs should be handled carefully when they include production behavior.