Edit

Share via


PowerTraceSourceExtensions.UseProcessorParkingLimits(ITraceSource) Method

Definition

Provides data from a trace about the maximum allowed number of unparked processors.

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

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 maximum allowed number of unparked processors.

Remarks

Processor parking removes a processor from active usage to save power.

Windows Performance Analyzer provides this data via the Core Parking Cap State table.

Applies to