I am used to profiling Java programs using Jprofiler which can give you a CPU Percentage breakdown for each class and method. Is there a similar tool for .NET?

link|improve this question

feedback

5 Answers

up vote 3 down vote accepted

Jet brains dottrace. link

link|improve this answer
feedback

If you're looking for a simple and free profiler, have a look at the EQATEC Profiler.

link|improve this answer
feedback

Redgate ANTS Profiler. You might want to look at CLR profiler too.

link|improve this answer
feedback

Yourkit has a .NET profiler as well. But its trial version

link|improve this answer
feedback

This question was already answered here "Code Profiling in Visual Studio 2005". And to be free is very nice. I haven't used Ants nor jetbrains to compare.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.