mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
688 B
688 B
Home > puppeteer > Protocol > HeapProfiler > StartSamplingRequest > samplingInterval
Protocol.HeapProfiler.StartSamplingRequest.samplingInterval property
Average sample interval in bytes. Poisson distribution is used for the intervals. The default value is 32768 bytes.
Signature:
samplingInterval?: number;