profile-dart-code
Installation
SKILL.md
Dart CPU Profiling
Guidelines and automated tools for capturing CPU profiles and identifying bottlenecks in Dart command-line applications.
When to use this skill
- When asked to profile, optimize, or benchmark CPU execution of a Dart script or CLI tool.
- When investigating hot loops, heavy function calls, or unexpected execution overhead.