What problem does it solve? It guides coding agents through evidence-first .NET performance investigations, replacing guesswork with structured profiling, memory analysis, benchmarking, and before/after validation across CPU, memory, latency, startup, and GPU layers. ## Core Features & Use Cases - Cross-platform diagnostics: Combines dotnet-counters, dotnet-trace, dotnet-dump, and SOS with platform-native tools like xctrace, WPR/WPA, perf, and eBPF on macOS, Windows, and Linux. - Benchmarking and validation: Covers BenchmarkDotNet micro through soak benchmarks, statistical comparison, CI regression gates, and equivalent before/after measurement. - GPU and production coverage: Includes Metal, D3D12, Vulkan, WebGPU rendering analysis plus bounded production collection with dotnet-monitor, containers, and Kubernetes. - Use Case: Ask the agent to investigate why RSS grows while the managed heap stays stable, and it will build a memory ownership ledger comparing managed live bytes, native heaps, mappings, and GPU residency. ## Quick Start Ask the agent to profile your .NET application and identify the dominant CPU, memory, latency, or rendering bottleneck with supporting evidence.