brendangregg / FlameGraph

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

Adjust --minwidth options #315

Closed brendangregg closed 1 year ago

brendangregg commented 1 year ago

We had a discussion in #105 where this was the desired outcome:

by default: elides based on minwidth of 0.1 pixels (and not 0.1%, which would be 1.2 pixels). --minwidth=0 or --minwidth=0%: elides nothing: everything is included. --minwidth=0.5: elides less than 0.5 pixels. --minwidth=0.5%: elides less than 0.5 percent.

This issue is to implement the above.

brendangregg commented 1 year ago

now fixed, thanks @matthew-olson-intel .