brendangregg / FlameGraph

Stack trace visualizer
http://www.brendangregg.com/flamegraphs.html
17.38k stars 1.97k forks source link

How can it get some time internal flamegraph #319

Open playboy0007 opened 1 year ago

playboy0007 commented 1 year ago

I‘m get the perf data from 0 seconds to 1000 seconds, as know as I have perf data of time internal 【0s,1000s】. If i wanta randomly get some subinternal flamegraph of 【0s, 1000s】,like this 【10s, 20s】,【200s,500s】.How can I do it.

brendangregg commented 1 year ago

Maybe FlameScope is what you are after: https://github.com/Netflix/flamescope

That focused on being able to show time ranges right down to fractions of seconds.

playboy0007 commented 1 year ago

Thanks for you.