Profit for C#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

This seems to be a good tool for profiling C# code.
What do people around here use to profile C# code?
Ive seen Team System for Dev is coming with an own profiler, but its far
from most people affordance, so having a good free option is always good....
 
Greg,
I was looking for a more friendly and direct tool. Something that could show
me the times each method executes/calls another method, which method is
taking long to execute etc...
 
The big problem is that all such profilers suffer from the observer effect.

Ants is a very nice looking and straight forward profiler .. CLRProfiler
while a bit less friendly will get the job done.

Cheers,

Greg
 
What is the "observer effect" Greg?

Greg Young said:
The big problem is that all such profilers suffer from the observer effect.

Ants is a very nice looking and straight forward profiler .. CLRProfiler
while a bit less friendly will get the job done.

Cheers,

Greg
 
Back
Top