Skip to main content
Module

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

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

Properties

optional
samplingInterval: number

Average sample interval in bytes. Poisson distribution is used for the intervals. The default value is 32768 bytes.