I am looking into speeding up an app written several years ago by someone else. There are a couple methods that take 5 or more minutes to finish, when they should take seconds. I was wondering if there are any tools built into VS (2010, 2012, 2013) or elsewhere that will tell me what part of the code is being chewed on for so long. For example, if there is a method that pulls a list of something from the database and it is taking 5 minutes to pull the list, then I want to see something that tells me that. Is there anything like that?
↧