MemoryTraceSourceExtensions.UseResidentSetData(ITraceSource) Method

Definition

Provides data from a trace about the pages of virtual memory for each process that were resident in physical memory.

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

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 pages of virtual memory for each process that were resident in physical memory.

Remarks

Windows Performance Analyzer provides this data via the Resident Set table.

Applies to