import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { ProfileNode } = Protocol.Profiler;
Profile node. Holds callsite information, execution statistics and child nodes.
Properties
id: integer
Unique id of the node.
callFrame: Runtime.CallFrame
Function location.
optional
hitCount: integerNumber of samples where this node was on top of the call stack.
optional
children: integer[]Child node ids.
The reason of being not optimized. The function may be deoptimized or marked as don't optimize.
optional
positionTicks: PositionTickInfo[]An array of source position ticks.