ThreadScope Tour/RTS

From HaskellWiki
< ThreadScope Tour
Revision as of 16:06, 7 December 2011 by EricKow (talk | contribs) (paste from pandoc)
(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