SetCPUThrottlingRateRequest

@Serializable
data class SetCPUThrottlingRateRequest(val rate: Double)(source)

Request object containing input parameters for the EmulationDomain.setCPUThrottlingRate command.

Constructors

Link copied to clipboard
constructor(rate: Double)

Properties

Link copied to clipboard

Throttling rate as a slowdown factor (1 is no throttle, 2 is 2x slowdown, etc).