1

The flamegraph created by rack mini profiler has a lot of information, but I'm having difficulty dealing with it all, because of the large number of layers involved:

Example screenshot

Is it possible to hide the layers involving third-party gems, or display the information in text mode (akin to --printer=graph in ruby-prof)?

Andrew Grimm
  • 78,473
  • 57
  • 200
  • 338

1 Answers1

3

There is currently no way hiding layers, but I did a bit of a writeup on how to deal with the information overload here:

http://community.miniprofiler.com/t/how-to-deal-with-information-overload-in-flamegraphs/437?u=sam

Sam Saffron
  • 128,308
  • 78
  • 326
  • 506