Search for performance analysis tool like fxcope for .net C# project.

  • Thread starter Thread starter chandan
  • Start date Start date
C

chandan

Hi,
I am in search of a tool that checks the performace of my project so
that I am able to improve the code accordingly.I found a nice tool
FXcope that is Microsoft free tool it helps a lot.But it takes input
as DLL of the project that I have to check.
I am in search of such type of
tool that takes input as our source code and gives the code
improvement details.So any other tool like FXcope you know ,send their
links for help file and free trail download software for that tool.



Thanks ,
Chandan kumar
 
chandan said:
Hi,
I am in search of a tool that checks the performace of my project so
that I am able to improve the code accordingly.I found a nice tool
FXcope that is Microsoft free tool it helps a lot.But it takes input
as DLL of the project that I have to check.
I am in search of such type of
tool that takes input as our source code and gives the code
improvement details.So any other tool like FXcope you know ,send their
links for help file and free trail download software for that tool.



Thanks ,
Chandan kumar

Hello,

Look at the ANTS profiler from RedGate.
http://www.red-gate.com/products/ANTS_Profiler/index.htm?gclid=CN3FhZqhjY0CFQrnQgod4EoVpA

Hope it helps!

All the best,

Martin
 
Hello chandan,

See DevPartner from Compuware http://www.compuware.com
it perform the static code analysis


---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

c> Hi,
c> I am in search of a tool that checks the performace of my project
c> so
c> that I am able to improve the code accordingly.I found a nice tool
c> FXcope that is Microsoft free tool it helps a lot.But it takes input
c> as DLL of the project that I have to check.
c> I am in search of such type of
c> tool that takes input as our source code and gives the code
c> improvement details.So any other tool like FXcope you know ,send
c> their links for help file and free trail download software for that
c> tool.
c>
c> Thanks ,
c> Chandan kumar
 
Back
Top