ProcessorPerformanceChangePolicy Enum

Definition

Defines a policy the system follows when making changes to processor frequency.

public enum ProcessorPerformanceChangePolicy
type ProcessorPerformanceChangePolicy = 
Public Enum ProcessorPerformanceChangePolicy
Inheritance
ProcessorPerformanceChangePolicy

Fields

Ideal 0

Try to achieve the midpoint busy-ness between the the increase and the decrease thresholds.

IdealAggressive 3

Change more aggresively than ideal.

Rocket 2

Jump directly to the extreme frequency.

Single 1

Change by a fixed frequency step.

Applies to