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 register to comment.
There are a handful of utilities for profiling: https://nnethercote.github.io/perf-book/profiling.html
Sweeeeet, thanks for this. I also found one called Orbit that’s a googlr project that I’m pretty sure I could use for my rust project. I really appreciate the link.
Check out the performance and benchmarking sections: https://blessed.rs/crates