Is there a JProfiler equivalent for .NET?
I am using Jprofiler to profile Java programs, which can give you a breakdown of CPU percentage for each class and method. Is there a similar tool for .NET?
+2
Nosrama
source
to share
5 answers
Reactive brain dottrace. link
+3
Julian de Wit
source
to share
If you are looking for a simple and free profiler check out EQATEC Profiler .
+3
Lucero
source
to share
Redgate ANTI Profiler . You might want to look at the CLR profiler .
+2
RichardOD
source
to share
Yourkit has a .NET profiler. But its trial version
+1
vpram86
source
to share
This question has already been answered here "Code Profiling in Visual Studio 2005". And it is very pleasant to be free. I have not used ants or reactive brains for comparison.
+1
Nelson miranda
source
to share