SamSaffron / flamegraph

Flamegraph profiling support for Ruby 2.0
MIT License
382 stars 36 forks source link

added 'hide_x_bottom_lines' and 'sort_alphabetically' options #26

Open BrVer opened 7 years ago

BrVer commented 7 years ago

Tool works nice, however I missed some functionality: 1) ability to not display X bottom lines of the stacktrace, as it's usually some rails initialization stuff which only takes extra place 2) ability to sort stacktraces alphabetically, so the same stacktraces will be grouped into one big column instead of being splitted across the chart

The second option gives next benefits: