Tools to profile the most computational cost of my .NET application.

Posted by smwikipedia on Stack Overflow See other posts from Stack Overflow or by smwikipedia
Published on 2010-06-15T09:49:41Z Indexed on 2010/06/15 9:52 UTC
Read the original article Hit count: 141

Filed under:
|

I have a C# application which sometimes cost the CPU very high. I want to see which part of the code cost most. But the Microsoft CLR Profiler only determins the memory usage, it's not meant for computational profiling according to here. Is there any tools to do this?

Thanks.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET