Need tools which can analyse application performance

  • Thread starter Thread starter Naeem
  • Start date Start date
N

Naeem

Hi,

Can anyone suggest any testing/analysing tool which can give the indepth
analysis of any dotnet application so that we can identify the
areas/processes of application which are consuming most of the system
resources (processor and memory)

Thanks
Naeem
 
I like FxCop but it is very basic as performance, I tried Red Ant and it
threw my whole code base into "needs to be optimised" bin.

Xenocode doubled my EXE size and never looked at dotfuscator enogh.
 
Thanks Jared

Jared said:
I like FxCop but it is very basic as performance, I tried Red Ant and it
threw my whole code base into "needs to be optimised" bin.

Xenocode doubled my EXE size and never looked at dotfuscator enogh.
 
Back
Top