PEP_PERF_STATE_UNIT enumeration (pepfx.h)
The PEP_PERF_STATE_UNIT enumeration indicates the measurement units in which the performance state (P-state) of a component is specified.
Syntax
typedef enum _PEP_PERF_STATE_UNIT {
PepPerfStateUnitOther,
PepPerfStateUnitFrequency,
PepPerfStateUnitBandwidth,
PepPerfStateUnitMax
} PEP_PERF_STATE_UNIT, *PPEP_PERF_STATE_UNIT;
Constants
PepPerfStateUnitOther Some other type of measurement units not explicitly described by this enumeration. |
PepPerfStateUnitFrequency Hertz (frequency units). |
PepPerfStateUnitBandwidth Bits per second (bandwidth units). |
PepPerfStateUnitMax Reserved for use by operating system. |
Remarks
The Type member of the PEP_COMPONENT_PERF_SET structure is a PEP_PERF_STATE_UNIT enumeration value.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Supported starting with Windows 10. |
Header | pepfx.h (include Pep_x.h) |