setCPUThrottlingRate

suspend fun setCPUThrottlingRate(args: Emulation.SetCPUThrottlingRateParameter, mode: CommandMode = CommandMode.DEFAULT)

Enables CPU throttling to emulate slow CPUs.


suspend fun setCPUThrottlingRate(rate: Double)

Enables CPU throttling to emulate slow CPUs.

Parameters

rate

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