Prof
Run commands to profile your Rust program
Quickstart
Valgrind
Linux only, won't work on windows
Get the total bytes allocated to the heap by your Rust binary
Target a different binary
Change the default bytes that are subtracted
Run commands to profile your Rust program
cargo install cargo-prof
cargo prof
Linux only, won't work on windows
Get the total bytes allocated to the heap by your Rust binary
cargo prof valgrind bytes
Target a different binary
cargo prof valgrind bytes mybinary
Change the default bytes that are subtracted
cargo prof valgrind bytes mybinary