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

Need to ctrl-c to writte the file #336

Open wiiznokes opened 2 weeks ago

wiiznokes commented 2 weeks ago

Not sure why, but i have to ctrl-c the program to see the output:

^Cwriting flamegraph to "flamegraph.svg"

djc commented 1 week ago

flamegraph is a pretty small wrapper around perf (on Linux) and other tools. I'm guessing this might be an issue too when you run perf directly, and is unrelated to flamegraph itself.