Class SetCPUThrottlingRateCommandSettings
Enables CPU throttling to emulate slow CPUs.
public sealed class SetCPUThrottlingRateCommandSettings : ICommand
- Inheritance
-
SetCPUThrottlingRateCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Rate
Throttling rate as a slowdown factor (1 is no throttle, 2 is 2x slowdown, etc).
[JsonPropertyName("rate")]
public double Rate { get; set; }