interface Profiler.Profile
Profile.
Properties Jump to heading
The list of profile nodes. First item is the root node.
Jump to headingstartTime: number
Profiling start timestamp in microseconds.
Jump to headingendTime: number
Profiling end timestamp in microseconds.
optional
Jump to headingsamples: number[] | undefined
Ids of samples top nodes.
optional
Jump to headingtimeDeltas: number[] | undefined
Time intervals between adjacent samples in microseconds. The first delta is relative to the profile startTime.