import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { SamplingHeapProfileNode } = Protocol.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.