IProcessorConfiguration.MaxEfficiencyClass0Frequency Property

Definition

Gets a value that indicates the maximum processor frequency in efficiency class 0.

public Nullable<Microsoft.Windows.EventTracing.FrequencyValue> MaxEfficiencyClass0Frequency { get; }
member this.MaxEfficiencyClass0Frequency : Nullable<Microsoft.Windows.EventTracing.FrequencyValue>
Public ReadOnly Property MaxEfficiencyClass0Frequency As Nullable(Of FrequencyValue)

Property Value

Remarks

Processor Power Efficiency Class describes the relative power efficiency of the associated processor. Lower efficiency class numbers are more efficient than higher ones (e.g.efficiency class 0 should be treated as more efficient than efficiency class 1). However, absolute values of this number have no meaning: 2 isn't necessarily half as efficient as 1.

Applies to