Skip to main content
Go to Latest
interface Protocol.HeapProfiler.StartSamplingRequest
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
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.