Backend.frames

Get access to frame info for all frames in specified profiled thread.

class Backend
const(FrameInfo)[]
frames
@safe pure nothrow const @nogc
(
size_t threadIdx
)

Parameters

threadIdx
Type: size_t

Index of the thread. Must be less than threadCount().

Meta