Skip to main content
Module

x/astral/bindings/celestial.ts>Memory_SamplingProfileNode

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

Heap profile sample.

definition: { size: number; total: number; stack: string[]; }