From the course: Visual Studio Developer Tips

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Evaluate performance with PerfTips

Evaluate performance with PerfTips - Visual Studio Tutorial

From the course: Visual Studio Developer Tips

Evaluate performance with PerfTips

- [Walt] I've recorded a lot of tips in my other courses that I think you will find useful. This tip is from my Visual Studio Essential Theories. It's here in the Debug and Troubleshoot Code course. I thought I'd revisit this tip, the Evaluate Performance with perftips. Before showing the tip, I have some housekeeping notes. The source code for this video is in the Weekly Tips Git Repository. You might notice that the solution name is different from the original video and that there is an additional solution folder. But that doesn't impact the example. Enjoy this weeks tip. Perftips provide just in time feedback on the performance of your app during development. They are continuously available while debugging your code and don't require a separate profiling run. Perftips show you the elapsed time between the current break point and the previous break. Whether that break was another break point or an intermediate step in the debugger. To demonstrate, I'll use the code in the perftips…

Contents