Skip to main content
Module

x/astral/bindings/celestial.ts>HeapProfiler_SamplingHeapProfileNode

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias HeapProfiler_SamplingHeapProfileNode
import { type HeapProfiler_SamplingHeapProfileNode } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

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

definition: { callFrame: Runtime_CallFrame; selfSize: number; id: number; children: HeapProfiler_SamplingHeapProfileNode[]; }