flamegraph icon indicating copy to clipboard operation
flamegraph copied to clipboard

Color functions not gems

Open kapcod opened this issue 9 years ago • 1 comments

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.

kapcod avatar Dec 05 '16 07:12 kapcod

@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.

thisduck avatar Apr 23 '17 22:04 thisduck