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

x/astral/bindings/celestial.ts>HeapProfiler_heapStatsUpdate

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

Properties

statsUpdate: number[]

An array of triplets. Each triplet describes a fragment. The first integer is the fragment index, the second integer is a total count of objects for the fragment, the third integer is a total size of the objects for the fragment.