DotNet Application Taking A Lot Of CPU Time

  • Thread starter Thread starter batista
  • Start date Start date
B

batista

Hello all,

I have made a dotnet windows application which is taking a lot of cpu
time....and memory as well.

Now, i want to know if there is any tool which can find out which part
of code is taking a lot of cpu time ... and whats exactly causing the
memory problem.....

So, please if anyone knows about any useful tool, then plz let me
know....

Thanks,
Cheers...

Bye.
 
batista said:
Hello all,

I have made a dotnet windows application which is taking a lot of cpu
time....and memory as well.

Now, i want to know if there is any tool which can find out which part
of code is taking a lot of cpu time ... and whats exactly causing the
memory problem.....

So, please if anyone knows about any useful tool, then plz let me
know....

You should try a profiler. There are several, personally I use the
Ants profiler of Red Gate Software and I also heard the profiler of
Jetbrains is also good. these tools examine at runtime an application
and will report which areas took the most CPU usage.

FB


--
------------------------------------------------------------------------
Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
LLBLGen Pro website: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
 
Back
Top