dotnet-inspect-performance
Installation
SKILL.md
dotnet-inspect: performance analysis and triage
Use this skill to find the members worth optimizing or hardening first in a .NET assembly, and to triage them against actionable rewrite shapes. This analysis is experimental; section names and signal sets may change between releases.
dnx dotnet-inspect -y -- <command>
Rank by leverage first
Top Leverage ranks members by call-graph leverage: direct callers, Root Reach (distinct entry points that transitively reach a member), fanout, depth,
and loop calls. Start here on a whole library, then narrow to a type.