flamegraph-rs / flamegraph

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

Per thread graph #284

Open thegreathir opened 1 year ago

thegreathir commented 1 year ago

Is it possible to get per thread flame graph? I mean get a separate CPU flame graph for each thread.

djc commented 1 year ago

There's not currently support for this, no.

What platform are you on? There's -c/--cmd which lets you pass a custom perf/dtrace command, does that help?

thegreathir commented 1 year ago

I'm on linux and I was looking for something that works out of box... Ok thanks I'll test --cmd

pwnorbitals commented 7 months ago

Interested in this too ! :)