import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { SamplingHeapProfileNode } = default.HeapProfiler;
Sampling Heap Profile node. Holds callsite information, allocation statistics and child nodes.
Properties
callFrame: Runtime.CallFrame
Function location.
id: integer
Node id. Ids are unique across all profiles collected between startSampling and stopSampling.
children: SamplingHeapProfileNode[]
Child nodes.