Code profiling tools for dotnet?

  • Thread starter Thread starter Yechezkal Gutfreund
  • Start date 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.
==================================
 
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.
 
Back
Top