I’ve been trying to find something that allows me to see performance visualizations in my rust programs, but I haven’t found any so far. I’m looking for something that’s like SnakeViz in Python, but for Rust. If there’s a better way to get about doing this, I’m all ears.
You must log in or # to comment.
Check out the performance and benchmarking sections: https://blessed.rs/crates
There are a handful of utilities for profiling: https://nnethercote.github.io/perf-book/profiling.html