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.

ants performance profiler

visual studio profiler:

visual studio has it's own free profiler build in well.

visual studio profiler

tutorial:

visual studio profiler tutorial

jetbrains:

i recommend following profiler created jetbrains.

jetbrains profiler

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

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -