Despiker.currentFrameView

Get the 'view' of the current frame.

Used by the GUI to get zones, variables, etc. to display.

class Despiker
FrameView!Events
currentFrameView
@safe pure nothrow const
(
)

Return Value

Type: FrameView!Events

A 'frame view' including profiling events, zones and variables recorded in each profiled thread during the current frame.

Meta