cargo-heaptrack

Crates.iocargo-heaptrack
lib.rscargo-heaptrack
version0.1.0
sourcesrc
created_at2023-07-27 09:19:25.104906
updated_at2023-07-27 09:19:25.104906
descriptioncargo subcommand for generating heaptrack flamegraphs
homepage
repositoryhttps://github.com/little-dude/cargo-heaptrack
max_upload_size
id927255
size38,805
(little-dude)

documentation

README

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.

Commit count: 1

cargo fmt