On this page
GHC.RTS.Flags
| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Description
Accessors to GHC RTS flags. Descriptions of flags can be seen in GHC User's Guide, or by running RTS help message using +RTS --help.
Since: base-4.8.0.0
RtsTime is defined as a StgWord64 in stg/Types.h
Since: base-4.8.2.0
Parameters of the runtime system
Since: base-4.8.0.0
Constructors
| RTSFlags | |
Fields |
|
Instances
data GiveGCStats Source
Should we produce a summary of the garbage collector statistics after the program has exited?
Since: base-4.8.2.0
Constructors
Instances
Parameters of the garbage collector.
Since: base-4.8.0.0
Constructors
| GCFlags | |
Fields
|
|
Instances
Parameters concerning context switching
Since: base-4.8.0.0
Constructors
| ConcFlags | |
Fields |
|
Instances
| Generic ConcFlags Source | |
| Show ConcFlags Source | Since: base-4.8.0.0 |
| type Rep ConcFlags Source | Since: base-4.15.0.0 |
|
Defined in GHC.RTS.Flags
type Rep ConcFlags = D1 ('MetaData "ConcFlags" "GHC.RTS.Flags" "base" 'False) (C1 ('MetaCons "ConcFlags" 'PrefixI 'True) (S1 ('MetaSel ('Just "ctxtSwitchTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 RtsTime) :*: S1 ('MetaSel ('Just "ctxtSwitchTicks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int)))
|
|
Miscellaneous parameters
Since: base-4.8.0.0
Constructors
| MiscFlags | |
Fields | |