Code profiling tools for dotnet?

  • Thread starter Yechezkal Gutfreund
  • Start date
Y

Yechezkal Gutfreund

Does anyone have recommendations on tools (free, share, $$) for profiling
execution traces through .NET C# code? We would like to know how often (and
time if possible) spent in different classes, methods, etc.


--
==================================
Yechezkal Gutfreund
Chief Scientist
Kesser Technical Group, Inc.
==================================
 
T

Tian Min Huang

Hi,

In addition to Gabriele's suggestion, I recommend you take a look at the
following profilers:

Writing High-Performance Managed Applications : A Primer
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/ht
ml/highperfmanagedapps.asp

GlowCode .NET 2.0
http://www.glowcode.com/summary2_net.htm

Have a nice day!

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 

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