flamegraph-rs / flamegraph

Easy flamegraphs for Rust projects and everything else, without Perl or pipes <3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could you add `--config` as option for cargo flamegraph?

Crispy13 opened this issue · comments

cargo build --release --config=profile.release.debug=true

It would be good to use cargo-flamegraph like the above.

What are you trying to do, and why do you need new interface for it?

I just thought it would be nice to be able to give flamegraph a temporary setting instead of modifying the Cargo.toml file and restoring it.

Well, if you want to submit a PR for it I can take a look.