pl.wendigo.chrome.api.profiler / SetSamplingIntervalRequest

SetSamplingIntervalRequest

data class SetSamplingIntervalRequest (source)

Represents request frame that can be used with Profiler#setSamplingInterval operation call.

Changes CPU profiler sampling interval. Must be called before CPU profiles recording started.

Link
Profiler#setSamplingInterval method documentation.

See Also

ProfilerOperations.setSamplingInterval

Constructors

<init>

SetSamplingIntervalRequest(interval: Int)

Represents request frame that can be used with Profiler#setSamplingInterval operation call.

Properties

interval

val interval: Int

New sampling interval in microseconds.