FrameView.ThreadFrameView

View of execution in one thread.

Members

Variables

events
Events events;

Profiling events recorded during this frame in this thread.

frameInfo
FrameInfo frameInfo;

Info about execution in this thread during this frame (e.g. start, duration).

vars
VariableRange!Events vars;

Range of all variables recorded during this frame in this thread.

zones
ZoneRange!Events zones;

Range of all zones recorded during this frame in this thread.

Meta