ParkingPerformanceState 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 the performance state (target frequency) for parked processor cores.
public enum ParkingPerformanceState
type ParkingPerformanceState =
Public Enum ParkingPerformanceState
- Inheritance
-
ParkingPerformanceState
Fields
Name | Value | Description |
---|---|---|
NoPreference | 0 | No specified target frequency. The target frequency will be determined based on other criteria. |
Deepest | 1 | Specify minimum target frequency for parked cores. |
Lightest | 2 | Specify maximum target frequency for parked cores. |