chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.profiler / SetSamplingIntervalRequest

SetSamplingIntervalRequest

data class SetSamplingIntervalRequest

Request object containing input parameters for the ProfilerDomain.setSamplingInterval command.

Constructors

<init>

Request object containing input parameters for the ProfilerDomain.setSamplingInterval command.

SetSamplingIntervalRequest(interval: Int)

Properties

interval

New sampling interval in microseconds.

val interval: Int