Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.HeapProfiler.SamplingHeapProfileSample

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.HeapProfiler.SamplingHeapProfileSample
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { SamplingHeapProfileSample } = Protocol.HeapProfiler;

A single sample from a sampling profile.

Properties

size: number

Allocation size in bytes attributed to the sample.

nodeId: integer

Id of the corresponding profile tree node.

ordinal: number

Time-ordered sample ordinal number. It is unique across all profiles retrieved between startSampling and stopSampling.