PEP_PERF_STATE_UNIT enumeration (pep_x.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 pep_x.h (include Pep_x.h)

See also

PEP_COMPONENT_PERF_SET