brendangregg / FlameGraph

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

show layer usage percent locally in zoom #330

Open iTrooz opened 7 months ago

iTrooz commented 7 months ago

What do you think about adding another percentage to the hover text (or outright replacing the current one), to show the percent of usage in the current zoom ?

For example in this screenshot, the hover text could also say "10% in zoom". It would help to know more clearly what is taking execution time once we have determined the specific part of the program that we want to investigate

image

I'd be ready to open a PR for this if you're okay with the feature