ThreadScope Tour/RTS

From HaskellWiki
< ThreadScope Tour
Revision as of 04:26, 26 April 2021 by Atravers (talk | contribs) (Is that all there is?)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

GHC RTS Events

flag

logged

included by default

s

scheduler events

g

GC events

p

par spark events (sampled)

more details

u

user events (emitted from Haskell code)

f

par spark events (full detail)

global

a

all event classes above

-x

disable an event class, for any flag above