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

Run on build script

wmmc88 opened this issue · comments

Is it possible to generate flamegraphs for the build.rs of a crate? This could be useful for debugging the long execution of a build script (Ex. multiple calls to bindgen, cc, etc)

Not sure how that could work. Might be a question for the rust-lang Zulip.