little-dude / cargo-heaptrack

a `heaptrack` subcommand for `cargo`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

a `heaptrack` subcommand for `cargo`

License:Apache License 2.0


Languages

Language:Rust 100.0%