Class SetSamplingIntervalCommandSettings
Changes CPU profiler sampling interval. Must be called before CPU profiles recording started.
public sealed class SetSamplingIntervalCommandSettings : ICommand
- Inheritance
-
SetSamplingIntervalCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Interval
New sampling interval in microseconds.
[JsonPropertyName("interval")]
public long Interval { get; set; }