Description
Creates flamegraphs that visualize where a program spends CPU time. Rust developers use it to find performance hotspots in their applications and libraries.
Use it during profiling, after reproducing a realistic workload. Profiling can need system permissions or debug symbols, and results should be compared before and after targeted changes.