HeapProfiler.SamplingHeapProfileNode - Node documentation
interface HeapProfiler.SamplingHeapProfileNode

Usage in Deno

import { type HeapProfiler } from "node:inspector";
type { SamplingHeapProfileNode } = 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.