Skip to main content

Profile

interface Profiler.Profile

Profile.

Properties Jump to heading

The list of profile nodes. First item is the root node.

Profiling start timestamp in microseconds.

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.

Back to top