interface Profiler.ProfileNode
Profile node. Holds callsite information, execution statistics and child nodes.
Properties Jump to heading
Jump to headingid: numberUnique id of the node.
Function location.
optional
Jump to headinghitCount: number | undefinedNumber of samples where this node was on top of the call stack.
optional
Jump to headingchildren: number[] | undefinedChild node ids.
optional
Jump to headingdeoptReason: string | undefinedThe reason of being not optimized. The function may be deoptimized or marked as don't optimize.
optional
Jump to headingpositionTicks: PositionTickInfo[] | undefinedAn array of source position ticks.