Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find a profiler for C# applications to be used in Visual Studio 2008? [closed]

I'm looking for a profiler for my C# application being developed in Visual Studio 2008. I am looking for something that is inexpensive (open sourced is preferred) and that it can integrate into VS2008. I found the Visual Studio Profiler but I do not know how to use it. I installed the Stand Alone version which depends on Visual Studio (not to stand alone I guess?) but nothing ever shows up in the Tools menu like their walk through says it will.

like image 702
Malfist Avatar asked May 26 '09 18:05

Malfist


3 Answers

Here's a list of open source .Net profilers.

I have used and like the Ants-Profiler from Red Gate, but it does cost money (highly worth it, IMHO).

like image 77
gbc Avatar answered Oct 04 '22 00:10

gbc


The Visual Studio Profiler is part of Team System only. It is not included in Visual Studio Professional.

There is a free .NET profiler called nprof, but it's not released yet and it can be rather volatile. Also, there are some excellent commercial profiler's such as ANTS Profiler from Red Gate; however, these are not low cost.

like image 41
Jeff Yates Avatar answered Oct 04 '22 00:10

Jeff Yates


Check out the EQATEC profiler, free and works pretty well. Also works for ASP.NET and .NET CF.

like image 45
jspru Avatar answered Oct 04 '22 00:10

jspru