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