cpu-profiling
Installation
SKILL.md
CPU Profiling
Table of Contents
Overview
CPU profiling identifies which functions consume most CPU time, enabling targeted optimization of expensive code paths.
When to Use
- High CPU usage
- Slow execution
- Performance regression
Related skills