vote up 5 vote down star

How do you trace/profile your .net applications? The msdn online help mentions Visual Studio Team (which I do not possess) and there is the Windows Performance Toolkit. But, are there other solutions you can recommend? Preferably (of course) a solution that works without changing the code (manually) and that can be integrated in Visual Studio.

flag

70% accept rate

8 Answers

vote up 3 vote down check

See also this question. JetBrains dotTrace is the best .NET profiler I have found (and I have tried pretty much every one there is), because it is the only one that has low enough overhead to handle a processor-intensive application. It is also simple, accurate and well-designed - highly recommended!

link|flag
vote up 0 vote down

.NET Memory Profiler is an excellent tool for profiling memory usage.

link|flag
vote up 0 vote down

Not free, but I just had a tough issue in huge code base with streams. Visual Studio's profiler got me close, but Antz Profiler locked it down. It isn't free, but it was much less painless than setting up Visual Studio.

link|flag
vote up 3 vote down

Ants Profiler works for me http://www.red-gate.com/products/ANTS_Profiler/

link|flag
vote up 0 vote down

If you are looking for something free, I use NProf. Although its pretty limited and may crash or hang on certain programs.

http://nprof.sourceforge.net/Site/Description.html

link|flag
vote up 0 vote down

CLR Profiler is quite good.

link|flag
vote up 0 vote down

I like dotTrace3.1 It has worked really well for me.

link|flag
vote up 5 vote down

Happy birthday:

http://www.jetbrains.com/profiler/

link|flag
This gift will cost you money in 30 days :D haha – Daok Sep 18 '08 at 17:18
Actually, dotTrace3.1 is only a 10-day eval :P – MagicKat Sep 18 '08 at 17:23
Worth every penny, and then some. dotTrace is a superior product. – McKenzieG1 Sep 18 '08 at 17:40

Your Answer

Get an OpenID
or

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