Description
Rust binaries can be profiled through a Cargo subcommand to investigate performance hotspots. It is useful for developers optimizing CPU time or understanding where programs spend work.
This is profiling tooling. Profiling can change timing and may collect command paths or symbols, so use representative workloads and protect sensitive traces.