flamegraph-rs / flamegraph

Easy flamegraphs for Rust projects and everything else, without Perl or pipes <3
Apache License 2.0
4.61k stars 141 forks source link

Run on build script #324

Open wmmc88 opened 3 months ago

wmmc88 commented 3 months ago

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)

djc commented 3 months ago

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