Backend.frames

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

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

Parameters

threadIdx size_t

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

Meta