mishrsud / mvc-mini-profiler

Automatically exported from code.google.com/p/mvc-mini-profiler
0 stars 0 forks source link

Feature request: Show full assemblyname in stacktrace on mouseover #149

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm currently adding profiler to a legacy ASP.NET Webforms app, and there are a 
few spots where there is a large stacktrace, and as a result I get stack traces 
that look like:

Load Load Load _InvokeMethodFast InvokeMethodFast Invoke Invoke InvokeMethod 
ObjectLateGet LateGet GetCoreConnection GetDBConfigValues

This is not overly useful, as I can't tell exactly where everything is (and 
importantly, I can't immediately figure out what assemblies to exclude to get 
stuff like Invoke to not show up). 

I think showing just the method name is very concise and in most casts, enough, 
and so I think that should stay. However, it would be more useful if you could 
mouse-over the method and see the full assembly name. Mockup: 
http://i.imgur.com/KVJnH.png

Original issue reported on code.google.com by gro...@gmail.com on 21 Mar 2012 at 7:57

GoogleCodeExporter commented 8 years ago
Patch: https://github.com/SamSaffron/MiniProfiler/pull/19

Original comment by gro...@gmail.com on 22 Mar 2012 at 11:33

GoogleCodeExporter commented 8 years ago
Do you mind moving this to http://community.miniprofiler.com ... killing off 
google issues

Original comment by sam.saff...@gmail.com on 27 Apr 2012 at 11:40