On 24-01-2011 11:51,
(E-Mail Removed) wrote:
> 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/3...-net-profilers
evaluate some of the available ones.
Arne