vote up 1 vote down star

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?

flag

5 Answers

vote up 3 vote down check

Jet brains dottrace. link

link|flag
vote up 2 vote down

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

link|flag
vote up 2 vote down

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

link|flag
vote up 1 vote down

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

link|flag
vote up 1 vote down

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|flag

Your Answer

Get an OpenID
or

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