MemoryTraceSourceExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static class MemoryTraceSourceExtensions
type MemoryTraceSourceExtensions = class
Public Module MemoryTraceSourceExtensions
- Inheritance
-
MemoryTraceSourceExtensions
Methods
UseHandles(ITraceSource) |
Provides partial data from a trace about active kernel handles. |
UseHardFaults(ITraceSource) |
Provides data from a trace about hard page faults. |
UseHeapSnapshots(ITraceSource) |
Provides data from a trace about process heap usage. |
UseMemoryUtilizationData(ITraceSource) |
Provides data from a trace about total system memory utilization. |
UsePoolAllocations(ITraceSource) |
Provides data from a trace about kernel pool memory usage. |
UseReferenceSetData(ITraceSource) |
Provides data from a trace about pages of virtual memory used by each process. |
UseResidentSetData(ITraceSource) |
Provides data from a trace about the pages of virtual memory for each process that were resident in physical memory. |
UseWorkingSetData(ITraceSource) |
Provides data from a trace about pages of virtual memory that were in the working set for each process or kernel category. |