Skip to main content
Branch: Release Candidate

IProfileNode

Index

Properties

readonlycallFrame

callFrame: IProfileCallFrame

Function location.

optionalreadonlychildren

children?: readonly number[]

Child node ids.

optionalreadonlydeoptReason

deoptReason?: string

The reason of being not optimized. The function may be deoptimized or marked as don’t optimize.

readonlyhitCount

hitCount: number

Number of samples where this node was on top of the call stack.

readonlyid

id: number

Unique id of the node.

readonlypositionTicks

positionTicks: readonly IProfileTickInfo[]

An array of source position ticks.