puppeteer/new-docs/puppeteer.protocol.heapprofiler.startsamplingrequest.md
2020-07-13 14:01:35 +01:00

772 B

Home > puppeteer > Protocol > HeapProfiler > StartSamplingRequest

Protocol.HeapProfiler.StartSamplingRequest interface

Signature:

export interface StartSamplingRequest 

Properties

Property Type Description
samplingInterval number Average sample interval in bytes. Poisson distribution is used for the intervals. The default value is 32768 bytes.