ProfileDataChunk

A chunk of profiling data.

struct ProfileDataChunk {}

Members

Variables

data
immutable(ubyte)[] data;

Profiling data itself. Must contain whole events (must not start/end in the middle of an event).

threadId
uint threadId;

ID (index) of the profiled thread the profiler of which generated the profiling data.

Meta