Profiler?

  • Thread starter Michael A. Covington
  • 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?
 
K

Kenneth Cochran

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top