Backend.events

Get read-only access to ChunkyEventList for specified profiled thread.

Used e.g. to get event slices based on slice extents of a frame (read through frames()).

class Backend
ref
const(ChunkyEventList)
events
@safe pure nothrow const @nogc
(
size_t threadIdx
)

Parameters

threadIdx
Type: size_t

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

Meta