Custom ETW capture profiles
This page lists several available ETW capture profiles, which enable different Event Providers.
- Unity+CPU+MF+DXGI.wprp - Enables CPU Usage providers (sampling and precise), DXGI providers and several other MediaFoundation and Direct3D providers. Use this ETW capture profile to record CPU and frame rate providers.
- Unity+CPU+FileIO+DXGI.wprp - Enables CPU Usage providers (sampling and precise), FileIO providers, DXGI providers and Direct3D providers. Use this ETW capture profile to investigate loading times and file accesses.
- Unity+CPU+MF+DotNet+DXGI.wprp - Same as Unity+CPU+MF+DXGI.wprp, except it also captures stack traces for managed code when using .NET scripting backend.
- VirtualAlloc.wprp - Enables various memory usage providers, including VirtualAlloc Commit providers. Use this to record memory usage.
|