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

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
 
G

Guest

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
 
M

Michael Nemtsev

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
 

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