Profiler?

  • Thread starter Thread starter Michael A. Covington
  • Start date Start date
M

Michael A. Covington

What do people recommend for profiling C# programs -- that is, analyzing
which parts of them need to be speeded up?

Is there a tool for this in Visual Studio?
 
There is a profiler built into Visual Studio Team System that works well.
I've used AQTime at my previous employer, which imho, is a fantastic
product. It supports nearly every major compiler and every major language
available. It can handle 32 and 64 bit windows binaries, .NET, even VBScript
and JScript. It costs $599, a little pricey for personal use but worth the
money for a development shop.
 
Back
Top