ghc-trace-events-0.1.2.2: Faster traceEvent and traceMarker, and binary object logging for eventlog
Safe HaskellNone
LanguageHaskell2010

Debug.Trace.Flags

Description

Utility functions to inspect RTS flags

Synopsis

Documentation

userTracingEnabled :: Bool Source #

Check if user tracing is enabled in event logging. Currently GHC RTS doesn't modify the flag after the eventlog framework is initialized so making this a constant value makes sense.