MemoryTraceSourceExtensions.UseWorkingSetData(ITraceSource) Method

Definition

Provides data from a trace about pages of virtual memory that were in the working set for each process or kernel category.

public static Microsoft.Windows.EventTracing.IPendingResult<Microsoft.Windows.EventTracing.Memory.IWorkingSetDataSource> UseWorkingSetData (this Microsoft.Windows.EventTracing.ITraceSource trace);
static member UseWorkingSetData : Microsoft.Windows.EventTracing.ITraceSource -> Microsoft.Windows.EventTracing.IPendingResult<Microsoft.Windows.EventTracing.Memory.IWorkingSetDataSource>
<Extension()>
Public Function UseWorkingSetData (trace As ITraceSource) As IPendingResult(Of IWorkingSetDataSource)

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 pages of virtual memory that were in the working set for each process or kernel category.

Remarks

Windows Performance Analyzer provides this data via the Virtual Memory Snapshots table.

Applies to