Skip to main content
HeapProfiler.SamplingHeapProfileNode - node__inspector.d.ts - Node documentation
interface HeapProfiler.SamplingHeapProfileNode

Usage in Deno

```typescript import { HeapProfiler } from "node:node__inspector.d.ts"; ```
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.