Find slow point in code . NET

Asked

Viewed 298 times

9

I need to analyze a code that is taking too long to execute, the method code is extensive and makes several calls to other methods, I was thrashing to try to identify the point of slowness, but so it is very difficult.

Visual Studio has some tool that helps me in this, to find this point of slowness?

  • Is the code for a web application? Use some database?

1 answer

11


Browser other questions tagged

You are not signed in. Login or sign up in order to post.