Code execution time profiler for Visual Studio

Viewed 155

I'm working with multi-layered application using .Net Core. My application is faster initially and getting slower after sometime. I was trying to debug the code to understand which line is making it slower, but not successful. Can anyone suggest me how to profile to know the execution time of the each line. Thanks.

0 Answers
Related