How do #rustacians CPU/memory profile their #rustlang applications?
@gee8sh Maybe try one of these:
cargo-flamegraph:
https://github.com/flamegraph-rs/flamegraph
Bytehound - a memory profiler for Linux:
https://github.com/koute/bytehound
heaptrack - A heap memory profiler for Linux:
https://github.com/KDE/heaptrack
