EventRange.this

Construct an EventRange.

struct EventRange
@safe pure nothrow @nogc
this
(
const(ubyte)[] profileData
)

Parameters

profileData const(ubyte)[]

Profile data recorded by a Profiler. Note that modifying or concatenating raw profile data is unsafe unless you know what you're doing.

Meta