flamegraph
flamegraph copied to clipboard
Color functions not gems
Hey, I want to profile my own methods not gems, but flamegraph colors all of my project code with same color, can this be changed? E.g. color by methods and not gems.
I forked the repo and added filtering options, but can't find where coloring decision happens.
@crazyshot This was adding in PR #21 you can now add ?by_method=1 to the url and it will color by method instead of by gem.