Profiling and Performance
Development tools to help you figure out the performance of your code.
Benchmarking
Recipe | Crates | Categories |
---|---|---|
cargo flamegraph | ||
criterion | ||
divan | ||
hyperfine |
[benchmarking.incl: titles (P2)](https://github.com/john-cd/rust_howto/issues/334)
Memory usage analysis
Recipe | Crates | Categories |
---|---|---|
Profile heap memory |
Low-level profiling tools
Recipe | Crates | Categories |
---|---|---|
Inspect the generated assembly |