pl.wendigo.chrome.domain.heapprofiler / StartSamplingRequest

StartSamplingRequest

data class StartSamplingRequest (source)

Represents request frame that can be used with HeapProfiler.startSampling method call.

Constructors

<init>

StartSamplingRequest(samplingInterval: Double? = null)

Represents request frame that can be used with HeapProfiler.startSampling method call.

Properties

samplingInterval

val samplingInterval: Double?

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