flameprof icon indicating copy to clipboard operation
flameprof copied to clipboard

svg is not interactive

Open dragonly opened this issue 5 years ago • 4 comments

small bars are invisible, and cannot be seen even zoomed in.

dragonly avatar Jun 11 '20 04:06 dragonly

Try running it through flamegraph.pl, as in the last example in the README:

flameprof --format=log requests.prof | flamegraph > requests-flamegraph.svg

This results in an interactive chart with click-to-zoom capabilities, like this one.

notpushkin avatar Jun 21 '21 08:06 notpushkin