ghc-events-0.13.0: Library and tool for parsing .eventlog files from GHC
Safe HaskellNone
LanguageHaskell98

GHC.RTS.Events.Analysis.Thread

Synopsis

Documentation

data ThreadState Source #

This datatype defines the state machine for a single thread.

Instances

Instances details
Eq ThreadState Source # 
Instance details

Defined in GHC.RTS.Events.Analysis.Thread

Methods

(==) :: ThreadState -> ThreadState -> Bool

(/=) :: ThreadState -> ThreadState -> Bool

Ord ThreadState Source # 
Instance details

Defined in GHC.RTS.Events.Analysis.Thread

Show ThreadState Source # 
Instance details

Defined in GHC.RTS.Events.Analysis.Thread

Methods

showsPrec :: Int -> ThreadState -> ShowS

show :: ThreadState -> String

showList :: [ThreadState] -> ShowS

threadMachine :: Machine ThreadState EventInfo Source #

This state machine tracks the events processed by a thread.