MemoryTraceSourceExtensions.UseReferenceSetData(ITraceSource) Method

Definition

Provides data from a trace about pages of virtual memory used by each process.

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

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 used by each process.

Remarks

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

Applies to