ProcessorPerformanceBoostMode Enum

Definition

Defines the boost mode for processors to achieve additional performance when they are at high system loads.

public enum ProcessorPerformanceBoostMode
type ProcessorPerformanceBoostMode = 
Public Enum ProcessorPerformanceBoostMode
Inheritance
ProcessorPerformanceBoostMode

Fields

Aggressive 2

The corresponding P-state-based behaviour is Enabled. Collaborative Processor Performance Control (CPPC) behaviour is Aggressive.

AggressiveAtGuaranteed 5

Windows calculates the desired extra performance above the guaranteed performance level, and asks the processor to deliver that specific performance level.

Disabled 0

The Corresponding P-state-based behaviour is Disabled. Collaborative Processor Performance Control (CPPC) behaviour is Disabled.

EfficientAggressive 4

The corresponding P-state-based behaviour is Efficient. Collaborative Processor Performance Control (CPPC) behaviour is Aggressive.

EfficientAggressiveAtGuaranteed 6

Windows always asks the processor to deliver the highest possible above the guaranteed performance level.

EfficientEnabled 3

The corresponding P-state-based behaviour is Efficient. Collaborative Processor Performance Control (CPPC) behaviour is Efficient Enabled.

Enabled 1

The corresponding P-state-based behaviour is Enabled. Collaborative Processor Performance Control (CPPC) behaviour is Efficient Enabled.

Applies to