Find slow/ineffecient method calls in dotnet

Posted by Matt Thrower on Stack Overflow See other posts from Stack Overflow or by Matt Thrower
Published on 2010-04-20T11:06:01Z Indexed on 2010/04/20 11:13 UTC
Read the original article Hit count: 280

Filed under:

Hi,

I'm faced with a big old stack of method calls in some legacy code, one or some of which is creating a bottleneck and really slowing things down. Is there any quick way I can get a report on which method calls are taking the time, short of running in debug, stepping through and seeing where the cursor pauses?

© Stack Overflow or respective owner

Related posts about .NET