Crates.io | cargo-heaptrack |
lib.rs | cargo-heaptrack |
version | 0.1.0 |
source | src |
created_at | 2023-07-27 09:19:25.104906 |
updated_at | 2023-07-27 09:19:25.104906 |
description | cargo subcommand for generating heaptrack flamegraphs |
homepage | |
repository | https://github.com/little-dude/cargo-heaptrack |
max_upload_size | |
id | 927255 |
size | 38,805 |
cargo-heaptrack
A cargo
subcommand to profile executables with
heaptrack
.
The code is 99% copied from
cargo-flamegraph
since all the
logic for command line parsing and finding targets is the same. The only
difference is that instead of running perf
, this subcommands calls
heaptrack
. The original copyright notices have been preserved.