2006-03-06

.Net 2.0 Code Profilers

When I went to try to profile my application in c# 2.0 I wasn't surprise to see that the old application that I used in 1.1 did not work anymore. These seem to be the current tools for profiling:

Free:
CLR Profiler
nprof

Cost:
ANTS Profiler
aqtime
jetbrains
and last but not least, the most expensive version of VS2005
vsts

I will try the CLR Profiler first and if the results are no good/hard to decipher, which I except, I will download the trial of ANTS, as that seems to be the recommended one.

No comments: