tags:

views:

113

answers:

5

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?

+3  A: 

Jet brains dottrace. link

Julian de Wit
+2  A: 

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

RichardOD
+3  A: 

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

Lucero
+1  A: 

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

Aviator
+1  A: 

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.

nmiranda