ZoneData

Data about a zone generated by ZoneRange.

Members

Functions

endTime
ulong endTime()

Get the end time of the zone since recording started in hectonanoseconds.

Variables

duration
ulong duration;

Duration of the zone in hectonanoseconds.

id
uint id;

ID of this zone.

info
const(char)[] info;

Zone info (passed to the Zone constructor); e.g. it's name.

nestLevel
ushort nestLevel;

Nesting level of the zone. 1 is top-level, 2 children of top-level, etc. 0 is invalid.

parentID
uint parentID;

ID of the parent zone. 0 if the zone has no parent.

startTime
ulong startTime;

Start time of the zone since recording started in hectonanoseconds.

Meta