Despiker.currentFrameView

Get the 'view' of the current frame.

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

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

Return Value

Type: FrameView!Events

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

Meta