2

I'm using Visual Studio 2008 Professional edition and I don't have the "Analyze" menu to profile the execution of my application. Does anyone know any good/free tool which can be used instead of the original profiler of VS2008?

DeveloperInToronto
  • 1,173
  • 2
  • 14
  • 32

4 Answers4

0

EQATEC has a free version.

AJ.
  • 16,368
  • 20
  • 95
  • 150
0

Tips for optimizing C#/.NET programs The interesting thing about this is there's no formal, statistical, or practical sense in which any profiling tool will do a better job, or at least not that I've heard.

Community
  • 1
  • 1
Mike Dunlavey
  • 40,059
  • 14
  • 91
  • 135
0

I tried many free profilers; but using the trial version of dotTrace and red-gate ants convinced me that getting a good tool requires money.

DeveloperInToronto
  • 1,173
  • 2
  • 14
  • 32
  • What are you looking for? Pretty UI? Lots and lots of statistics? or *results*? [If you're after results, try this.](http://stackoverflow.com/questions/375913/what-can-i-use-to-profile-c-code-in-linux/378024#378024) And don't take my word for it - check the last paragraph [here](http://stackoverflow.com/questions/4832642/when-is-optimization-premature/4832698#4832698). – Mike Dunlavey Mar 07 '11 at 03:46
-1

You can use the free Microsoft CLR Profiler.

DarrellNorton
  • 3,901
  • 2
  • 21
  • 21