interface Profiler.ProfileNode
Usage
import { type Profiler } from "node:inspector"; type { ProfileNode } = Profiler;
Profile node. Holds callsite information, execution statistics and child nodes.
optional
hitCount: number | undefined
Number of samples where this node was on top of the call stack.
optional
deoptReason: string | undefined
The reason of being not optimized. The function may be deoptimized or marked as don't optimize.