I am developing an ASP.NET application and I am looking to tune up some bottle-necks in my code's performance. I enabled tracing on my page, but it only gives a high-level overview of the page life-cycle and which parts of the page life-cycle are taking the longest to complete.
I would like to extend this and see specifically which of my functions are taking the longest to complete. I see here that VS2010 Professional does not have native support for a profiler.
Am I out of luck? What should be my course of action here? Thanks.