編輯

共用方式為


PowerTraceSourceExtensions.UseProcessorQualityOfServiceData Method

Definition

Provides data from a trace about the quality of service level for each processor.

public static Microsoft.Windows.EventTracing.IPendingResult<Microsoft.Windows.EventTracing.Power.IProcessorQualityOfServiceDataSource> UseProcessorQualityOfServiceData (this Microsoft.Windows.EventTracing.ITraceSource trace);
static member UseProcessorQualityOfServiceData : Microsoft.Windows.EventTracing.ITraceSource -> Microsoft.Windows.EventTracing.IPendingResult<Microsoft.Windows.EventTracing.Power.IProcessorQualityOfServiceDataSource>
<Extension()>
Public Function UseProcessorQualityOfServiceData (trace As ITraceSource) As IPendingResult(Of IProcessorQualityOfServiceDataSource)

Parameters

trace
ITraceSource

The trace from which to access the data.

Returns

A pending result that, after the trace is processed, provides data from the trace about the quality of service level for each processor.

Remarks

Windows Performance Analyzer provides this data via the Processor Qos Class table.

Applies to