vote up 1 vote down star

Duplicate

http://stackoverflow.com/questions/3927/what-are-some-good-net-profilers

Recently I used RedGate ANTS profiler which seems pretty good, but the application I tried to profile was crashing due to DivideByException, where as running in inside Visual Studio was fine for both debug and release.

Are there other/better C# profilers that you know of?

flag

56% accept rate

7 Answers

vote up 7 vote down check

Have a look at one of these.

link|flag
vote up 0 vote down

YourKit .NET profiler http://www.yourkit.com/dotnet/ is very good.

link|flag
vote up 1 vote down

Profilers can be frustrating.

I do a lot of performance tuning.

This works: http://www.wikihow.com/Optimize-Your-Program%27s-Performance

link|flag
vote up 7 vote down

I have found dotTrace Profiler by JetBrains to be an excellent profiling tool for .NET and their ASP.NET mode is quality.

link|flag
vote up 1 vote down

I doubt that the profiler which comes with Visual Studio Team System is the best profiler, but I have found it to be good enough on many occasions. What specifically do you need beyond what VS offers?

EDIT: Unfortunately it is only available in VS Team System, but if you have access to that it is worth checking out.

link|flag
You mean vs2010? In vs2008 I haven't seen a profiler. – Joan Venge Mar 4 at 22:22
Visual studio has a profiler? – Malfist Mar 4 at 22:25
I was talking about the one in VS2008, but it may not be available in all version (I'm using VSTS). From the PDC2008 videos it seems like the profiler will improve a lot in VS2010. – Brian Rasmussen Mar 4 at 22:25
That profiler is only available with the Team Systems versions of Visual Studio. – Chris Brandsma Mar 4 at 22:28
Visual Studio Team System (Developer Edition) has a profiler. See <microsoft.com/visualstudio/en-us/…;. – gix Mar 4 at 22:29
show 4 more comments
vote up 2 vote down

Haven't tried it myself, but maybe dotTrace? Their ReSharper application is certainly a good one. Maybe dotTrace is too :)

link|flag
1  
I've used dotTrace and can recommend it. – Jon Skeet Mar 4 at 22:21
vote up 2 vote down

AQTime is reasonable, but has a bit of a learning curve and isn't as easy to use as the built in one in Team Suite

link|flag

Your Answer

Get an OpenID
or

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