ProcessorPerformanceChangePolicy Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a policy the system follows when making changes to processor frequency.
public enum ProcessorPerformanceChangePolicy
type ProcessorPerformanceChangePolicy =
Public Enum ProcessorPerformanceChangePolicy
- Inheritance
-
ProcessorPerformanceChangePolicy
Fields
Name | Value | Description |
---|---|---|
Ideal | 0 | Try to achieve the midpoint busy-ness between the the increase and the decrease thresholds. |
Single | 1 | Change by a fixed frequency step. |
Rocket | 2 | Jump directly to the extreme frequency. |
IdealAggressive | 3 | Change more aggresively than ideal. |