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 @safe pure nothrow const @nogc
const(ChunkyEventList)
events
(
size_t threadIdx
)

Parameters

threadIdx size_t

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

Meta