pl.wendigo.chrome.api.heapprofiler / StartSamplingRequest

StartSamplingRequest

data class StartSamplingRequest (source)

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

Link
HeapProfiler#startSampling method documentation.

See Also

HeapProfilerOperations.startSampling

Constructors

<init>

StartSamplingRequest(samplingInterval: Double? = null)

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

Properties

samplingInterval

val samplingInterval: Double?

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