pl.wendigo.chrome.api.memory / StartSamplingRequest

StartSamplingRequest

data class StartSamplingRequest (source)

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

Start collecting native memory profile.

Link
Memory#startSampling method documentation.

See Also

MemoryOperations.startSampling

Constructors

<init>

StartSamplingRequest(samplingInterval: Int? = null, suppressRandomness: Boolean? = null)

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

Properties

samplingInterval

val samplingInterval: Int?

Average number of bytes between samples.

suppressRandomness

val suppressRandomness: Boolean?

Do not randomize intervals between samples.