SamSaffron / MiniProfiler

A simple but effective mini-profiler for ASP.NET MVC, ASP.NET and Ruby.
http://miniprofiler.com
1.05k stars 221 forks source link

Add an exclusive samples counter to the tooltip #154

Closed rusanu closed 11 years ago

rusanu commented 11 years ago

Shows up as '(xx exclusive %yy)' only on hover over top frames. % is computed as number of stack captures that end in this frame vs. totals captured stacks.

SamSaffron commented 11 years ago

awesome, big thanks, fyi I am in the process of yanking this dependency out into a ruby gem https://github.com/SamSaffron/flamegraph (the gem allows you to profile and ruby code, not just web) we can also extend it to accept data from arbitrary sources.