Profiling

Use the free official .NET diagnostics CLI tools for profiling and runtime investigation in .NET repositories. USE FOR: the repo needs performance or runtime profiling for a .NET application; the user asks about slow code, high CPU, GC pressure, allocation growth, exception storms, lock. DO NOT USE FOR: replacing realistic performance tests or load tests with ad-hoc tracing alone; production heap collection when the pause risk has not been. INVOKES: inspect the repository context, edit targeted files, and run relevant build, test, lint, or validation commands when changes are made.

managedcode 6c5e000 5 files · 33.2 KB Updated

File contents

managedcode/llmtck/tree/main/.codex/skills/profiling commit 6c5e0001d6

Frequently asked questions

npx skillmds@latest add managedcode/profiling