Copyright | (C) 2014-2016 Ryan Scott |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Ryan Scott |
Stability | Provisional |
Portability | GHC |
Safe Haskell | None |
Language | Haskell2010 |
- showbRTSFlagsPrec :: Int -> RTSFlags -> Builder
- showbGCFlagsPrec :: Int -> GCFlags -> Builder
- showbConcFlagsPrec :: Int -> ConcFlags -> Builder
- showbMiscFlagsPrec :: Int -> MiscFlags -> Builder
- showbDebugFlagsPrec :: Int -> DebugFlags -> Builder
- showbCCFlagsPrec :: Int -> CCFlags -> Builder
- showbProfFlagsPrec :: Int -> ProfFlags -> Builder
- showbTraceFlagsPrec :: Int -> TraceFlags -> Builder
- showbTickyFlagsPrec :: Int -> TickyFlags -> Builder
- showbGiveGCStats :: GiveGCStats -> Builder
- showbDoCostCentres :: DoCostCentres -> Builder
- showbDoHeapProfile :: DoHeapProfile -> Builder
- showbDoTrace :: DoTrace -> Builder
Documentation
showbDebugFlagsPrec :: Int -> DebugFlags -> Builder Source #
Convert a DebugFlags
value to a Builder
with the given precedence.
Since: 2
showbTraceFlagsPrec :: Int -> TraceFlags -> Builder Source #
Convert a TraceFlags
value to a Builder
with the given precedence.
This function is only available with base-4.8.0.0
or later.
Since: 2
showbTickyFlagsPrec :: Int -> TickyFlags -> Builder Source #
Convert a TickyFlags
value to a Builder
with the given precedence.
This function is only available with base-4.8.0.0
or later.
Since: 2
showbGiveGCStats :: GiveGCStats -> Builder Source #
Convert a GiveGCStats
value to a Builder
.
This function is only available with base-4.8.2.0
or later.
Since: 2.1
showbDoCostCentres :: DoCostCentres -> Builder Source #
Convert a DoCostCentres
value to a Builder
.
This function is only available with base-4.8.2.0
or later.
Since: 2.1
showbDoHeapProfile :: DoHeapProfile -> Builder Source #
Convert a DoHeapProfile
value to a Builder
.
This function is only available with base-4.8.2.0
or later.
Since: 2.1
showbDoTrace :: DoTrace -> Builder Source #