Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface Protocol.Memory.SamplingProfileNode
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { SamplingProfileNode } = Protocol.Memory;

Heap profile sample.

Properties

size: number

Size of the sampled allocation.

total: number

Total bytes attributed to this sample.

stack: string[]

Execution stack at the point of allocation.