소개
This skill provides a comprehensive toolkit for diagnosing and resolving performance issues in Rust applications. It guides users through identifying CPU bottlenecks using Flamegraphs, conducting precision benchmarking with Criterion, and performing deep-dive memory analysis with tools like Valgrind and Heaptrack. Whether you are dealing with slow execution, high memory consumption, or large binary sizes, this skill offers structured optimization strategies and actionable patterns to ensure your code runs at peak efficiency.