@hackage ghc-trace-events0.0.0.1

Faster replacements for traceEvent and traceMarker

This library provies 3 modules:

Debug.Trace.String
Drop-in replacements for the event tracing functions in Debug.Trace.
Debug.Trace.ByteString
Data.ByteString.ByteString variants of the event tracing functions in Debug.Trace.
Debug.Trace.Text
Data.Text.Text variants of the event tracing functions in Debug.Trace.

Unlike the tracing functions in base, all the tracing functions in this package don't evaluate the input if user event logging (the -lu option) is disabled.