Skip to main content
interface HeapProfiler.StartSamplingParameterType

Properties

optional
samplingInterval: number | undefined

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

Back to top