c# - Windows forms application tracing -
we have .net windows forms application running in production. there free tool can install check method of class called , sequence? tried clr profiler, seems show memory usage not method call tree.
thanks.
ants performance profiler:
you use following ants performance profiler.
ants performance profiler code profiler .net desktop, asp.net, , asp.net mvc applications. helps debug application giving complete picture of application's performance.
visual studio profiler:
visual studio has it's own free profiler build in well.
tutorial:
visual studio profiler tutorial
jetbrains:
i recommend following profiler created jetbrains.
jetbrains created lot of helpful tool visual studio, best example is: resharper. should try profiler.
all profilers provide methods within application, , more important: how many times called. should try reduce these calls if possible.
Comments
Post a Comment