Skip to main content
Go to Latest
interface Protocol.HeapProfiler.SamplingHeapProfileNode
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { SamplingHeapProfileNode } = Protocol.HeapProfiler;

Sampling Heap Profile node. Holds callsite information, allocation statistics and child nodes.

Properties

Function location.

selfSize: number

Allocations size in bytes for the node excluding children.

Node id. Ids are unique across all profiles collected between startSampling and stopSampling.

Child nodes.