interface HeapProfiler.SamplingHeapProfileNode
Usage in Deno
import { HeapProfiler } from "node:inspector";
Sampling Heap Profile node. Holds callsite information, allocation statistics and child nodes.
Function location.
selfSize: number
Allocations size in bytes for the node excluding children.
Child nodes.