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

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.
 
A

Arne Vajhøj

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top