Skip to main content

StartSamplingParameterType

interface HeapProfiler.StartSamplingParameterType

Properties Jump to heading

optional
Jump to headingsamplingInterval: number | undefined

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

Back to top