Posts

....
Technical Blog for .NET Developers ©

Thursday, July 25, 2019

Performance Profiler

Measuring the responsivity of an application on the usage of resources is quitely important, on distributed applications such as ASP.NET

Performance Profiler is an analysis tool included in Visual Studio. In this sample we are using it on a Web application, this is the process and the results:

Click Performance Profiler menĂº or press Alt+F2, to open the Diagnostic Session

-> Select the target, click start and open the Performance Wizard



-> We are measuring CPU sampling



-> Indicate the Url and start navigating





The result is an interactive report of CPU usage



With representation of hierarchy calls



Method Software 2018 ©