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?
– Intruso