ghc-events-0.4.0.1: Library and tool for parsing .eventlog files from GHC

Safe HaskellSafe-Inferred

GHC.RTS.Events.Analysis.Capability

Synopsis

Documentation

capabilityThreadPoolMachine :: Machine (Map ThreadId Int) CapEventSource

This state machine tracks threads residing on capabilities. Each thread can only reside on one capability, but can be migrated between them.

capabilityThreadRunMachine :: Machine (Map Int ThreadId) CapEventSource

This state machine tracks threads running on capabilities, only one thread may run on a capability at a time.