Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/astral/bindings/celestial.ts>Memory_SamplingProfileNode

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

Heap profile sample.

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