C# performance profiler... comments appreciated...

  • Thread starter Thread starter almurph
  • Start date Start date
A

almurph

Hi,

I'm looking for a good (either free or not too expensive) C# profiler
that preferable plugs into Visual Studio 2008 that parses C# and
return information on performance i.e. speed of various executing
blocks of code etc...
Please note that i am not looking for anything like stylecop or
anything like that - I'm referring to performance information i.e.
relative speed of the routines executing etc....

I would appreciate any comments/suggestions/users experience that you
may liek to share...

Thank you,
Al.
 
I'm looking for a good (either free or not too expensive) C# profiler
that preferable plugs into Visual Studio 2008 that parses C# and
return information on performance i.e. speed of various executing
blocks of code etc...
Please note that i am not looking for anything like stylecop or
anything like that - I'm referring to performance information i.e.
relative speed of the routines executing etc....

I would appreciate any comments/suggestions/users experience that you
may liek to share...

Profilers does typical not analyze source code instrument running.

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

evaluate some of the available ones.

Arne
 
Back
Top