SlideShare a Scribd company logo
Analyze Your Code
With Visual Studio 2015
Diagnostic Tools
Ken Cenerelli
@KenCenerelli
About Me
Twitter: @KenCenerelli
Email: Ken_Cenerelli@Outlook.com
Blog: kencenerelli.wordpress.com
LinkedIn: linkedin.com/in/kencenerelli
Bio:
 Programmer Writer
 Microsoft MVP - Visual Studio and
Development Technologies
 Microsoft TechNet Wiki Guru
 Co-Organizer of CTTDNUG
 Technical reviewer of multiple books
CTTDNUG
Ken Cenerelli
Analyze Your Code With Visual Studio 2015 Diagnostic Tools
Source: http://dilbert.com/strip/1995-11-13
Typical Debugging Session
1. Realize there is a bug
2. Use best-guess scenario to place a breakpoint
3. Reproduce steps and hope your breakpoint is hit before bug appears
4. Breakpoint is hit, examine the code by stepping through
5. Root cause not identified
6. Repeat steps 2 thru 5 until bug is discovered
Old Diagnostic Tools
• In Visual Studio 2013, the tools were not well advertised
• Instruments like Memory Usage and CPU Usage were made available in the Performance and
Diagnostics hub in VS 2013 Update 2
• They are found by clicking on Performance and Diagnostics in the Debug or Analyze menu
New Diagnostic Tools Window
(aka Why Should I Care?)
• Visual Studio 2015 brings Diagnostic Tools into the debugging experience when you hit F5
• The new window is active during the debugging session
• It is designed to change your debugging workflow
• You no longer have to create breakpoints, hit F5, wait for the breakpoint to be hit, and then
check the Locals window
• You should now think, “What did IntelliTrace find?”
Diagnostic Tools Window Components
• IntelliTrace UI is revamped and now is in Diagnostic Tools Window
• Memory and CPU usage graphs added
• Take memory snapshots and time sections of code with PerfTips
Supported SKUs
• Diagnostic Tools can be found in the following Visual Studio editions:
Visual Studio
Code
Visual Studio
Community
Visual Studio
Professional
Visual Studio
Enterprise
IntelliTrace
+ more event
categories
▪
Memory Usage ▪ ▪ ▪
CPU Usage ▪ ▪ ▪
PerfTips ▪ ▪ ▪
Supported Project Types
Diagnostic Tools are available in all the following project types:
• Managed WPF, WinForms, and Console projects
• Native Win32, Console, and MFC projects
• ASP.NET projects running on local IIS and IIS Express (including MVC & Web API)
• Managed or Native Windows Store projects
• Debugging sessions started using Debug > Attach to Process
• Debugging apps running on remote desktop devices
Non-supported Project Types
No support currently for the following projects:
• Windows Store projects that are using JavaScript
• Windows Store projects that are running on a Windows Phone
• Debugging when Managed or Native Compatibility Mode is checked in Tools > Options >
Debugging
• Native Phone projects (Cordova, Xamarin)
IntelliTrace
• IntelliTrace is a recorder for your debugging sessions
• It captures the call stack along with local variable info for that moment of time
• You can go back in time with Historical Debugging
• Captured events are represented on a timeline
• The Events timeline is split into three tracks: Break Events, Output Events, and IntelliTrace Events
• It provides the same events you would get from implementing extensive logging frameworks
(log4net, NLog) but without the work
PerfTips
• Provides timing of previously executed code blocks
• No more Stopwatch.Start / Stopwatch.Elapsed
• Runs in all types of projects
• Works with remote debugging in Azure
• PerfTips discounts network latency issues when debugging on a remote machine
• TIP: Take multiple measurements to discover the range and median values of the code being
measured
Demo
• Diagnostic Tools Window
• IntelliTrace Events
• PerfTips
Visual Studio 2015 Update 1
• Improvements to the Events tab of the Diagnostic Tools Window:
• Improved the filtering menu
• Added the ability to search
• Added category prefixes to all events
Memory Usage
• Monitor memory usage of your app and take snapshots of your memory so that you can inspect
the contents of the heap to find memory leaks
• Includes memory allocated on both the managed and native heaps
• Tied to the debugger your project is using (Managed Only, Native Only, or Mixed Mode)
• Records only the time your application is running and filters out the time spent in break states
• Can snapshot sections of your code before and after it is run to get the delta
• Heap analysis view for deeper investigation of the process memory by type
CPU Usage
• In many cases the CPU is the bottleneck when performance problems arise
• It can be difficult to know where to start when you want to make your code run faster
• Measures the CPU’s resources in terms of how much time each core in the CPU spends
executing your code
• Lets you see which of your functions are using the most CPU
Demo
• Memory Usage
Visual Studio 2015 Update 1
• Improvements to CPU profiling in the Diagnostic Tools Window:
• Do full CPU profiling without stopping your debug session
• Control both the execution of the application as well as the collection of CPU profiling data
• Drill into a section of code by hitting a breakpoint, turning profiling on, and then running to the next
breakpoint
Start Diagnostic Tools Without Debugging
• Provides a true representation of your CPU and Memory
• Removes the overhead added by the debugger when using the Diagnostic Tools window
• Full analysis only occurs after your profiling session is complete
• Contains additional features like Application Timeline and Network Usage
• Tools can be combined by checking more than one box before you click Start so that you can
cross-correlate data and diagnose performance issues more effectively
• TIP: Try running in Release build mode to make sure the debugger is not the cause of your slow
downs
Demo
• Start Diagnostic Tools Without Debugging
Additional Diagnostic Tools
• IntelliTrace Standalone Collector
• Referred to as Non-Live Debugging, it is when your application executes without Visual Studio attached
• Application data is recorded to an .itrace file which can then be imported into VS for debugging
• Application Insights
• Allows you to monitor your deployed live applications through telemetry data stored in Azure
• Understand how users use your apps
• Detect issues quicker and solve the right problems faster
• PerfView
• PerfView is a performance-analysis tool that helps isolate CPU and memory-related performance issues
• A standalone tool that goes deeper than Diagnostic Tools
Resources
• Visual Studio ALM Blog:
• http://bit.ly/1Msso3F
• Channel 9 Videos:
• http://bit.ly/1Le96gs
• http://bit.ly/1MNNJUk
• http://bit.ly/1MGWMuB
• MSDN Magazine Articles:
• http://bit.ly/1IZOds9
• http://bit.ly/1OJ3NgK
Summary
• Slides:
• Through CTTDNUG
• Blog (kencenerelli.wordpress.com)
• SlideShare (slideshare.net/KenCenerelli)
• Contact Details:
• @KenCenerelli
• Ken_Cenerelli@Outlook.com

More Related Content

PPTX
Introduction to Ranorex: Components & Features
PPTX
Ranorex presentation
PDF
Ranorex Studio - Introduction, Features & Limitations - Mobile Test Automati...
PPT
Ranorex - Highlights
PPTX
Types of test tools
PPTX
Starting Test Automation In Your Project - Webinar by 99X Technology
PDF
TLC2018 Thomas Haver: The Automation Firehose - Be Strategic and Tactical
PPTX
Testing
Introduction to Ranorex: Components & Features
Ranorex presentation
Ranorex Studio - Introduction, Features & Limitations - Mobile Test Automati...
Ranorex - Highlights
Types of test tools
Starting Test Automation In Your Project - Webinar by 99X Technology
TLC2018 Thomas Haver: The Automation Firehose - Be Strategic and Tactical
Testing

What's hot (20)

PPTX
Top 20 best automation testing tools
PPTX
Automated testing web application
PDF
Automated Desktop and Web Testing Webinars
DOC
Comparison manual & automation
PDF
Automated vs manual testing
PPT
Silverlight2 Unit Testing Slides
PDF
TELERIK COURSE
PDF
bqurious Test Automation & Management Suite
PPTX
#1 unit testing
ODP
Software testing tools
PPTX
automation presentation
PDF
Case Study – Regression Testing (Online Exam Software)
PDF
10 Benefits of Automated Testing
PPTX
Telerik Test studio
PPT
Automation testing IBM RFT - Rational Functional Tester
PPT
Teaser Deck
PPT
Automation testing
PDF
Software testing tools
PPTX
Selenium RC, Selenium WebDriver and HP LoadRunner
PDF
Mobile Test Automation Webinars
Top 20 best automation testing tools
Automated testing web application
Automated Desktop and Web Testing Webinars
Comparison manual & automation
Automated vs manual testing
Silverlight2 Unit Testing Slides
TELERIK COURSE
bqurious Test Automation & Management Suite
#1 unit testing
Software testing tools
automation presentation
Case Study – Regression Testing (Online Exam Software)
10 Benefits of Automated Testing
Telerik Test studio
Automation testing IBM RFT - Rational Functional Tester
Teaser Deck
Automation testing
Software testing tools
Selenium RC, Selenium WebDriver and HP LoadRunner
Mobile Test Automation Webinars
Ad

Viewers also liked (13)

DOCX
Ficha de videos
DOCX
Proposal asep jemi
PDF
#12 Post Perforation Repair with MTA on Mesial Aspect Subcrestally
PPTX
Perhe- ja kasvuyritysten rahoituksen hakeminen – haasteet ja rahoittajan ratk...
PPTX
Los tres filtros de sócrates
PPS
Socrates
PDF
Omistaja-yrittäjän verotuksen optimointi
PDF
MicroMedia - Revenue Marketing
PPTX
BDC VUB # 150 TTRC modified oct 26_KDK
PPTX
Ansibleで始めるinfraTDD(初級編)
PPT
Video production pedagogy
PPTX
Docker Security workshop slides
PDF
Markkinoinnin ja myynnin yhteispeli 2016
Ficha de videos
Proposal asep jemi
#12 Post Perforation Repair with MTA on Mesial Aspect Subcrestally
Perhe- ja kasvuyritysten rahoituksen hakeminen – haasteet ja rahoittajan ratk...
Los tres filtros de sócrates
Socrates
Omistaja-yrittäjän verotuksen optimointi
MicroMedia - Revenue Marketing
BDC VUB # 150 TTRC modified oct 26_KDK
Ansibleで始めるinfraTDD(初級編)
Video production pedagogy
Docker Security workshop slides
Markkinoinnin ja myynnin yhteispeli 2016
Ad

Similar to Analyze Your Code With Visual Studio 2015 Diagnostic Tools (20)

PPTX
Diagnosing issues in your ASP.NET applications in production with Visual Stud...
PPTX
Debugging your Way through .NET with Visual Studio 2015
PPTX
Making software development processes to work for you
PPTX
Cardiff University FTS presentation 2011 (MS Word plug in)
PDF
Debugging in Software Engineering SE Unit-4 Part-6.pdf
PPTX
Capability Building for Cyber Defense: Software Walk through and Screening
PPTX
Development Processes and Tooling
PPTX
DevOps model in software engineering.pptx
PPTX
Reliable mobile test automation
PPTX
4&5.pptx SOFTWARE TESTING UNIT-4 AND UNIT-5
PDF
Visual Studio Profiler
ODP
Dev ops ci-ap-is-oh-my_security-gone-agile_ut-austin
PPTX
Five Ways to Fix Your SQL Server Dev-Test Problems
PPTX
Practical Software Testing Tools
PPTX
White box testing
PPTX
Concepts of unit testing_dynamic-testing.ppt.pptx
PPTX
Concepts of unit testing_dynamic-testing.ppt.pptx
PPTX
Continuous Integration
DOC
Deepak_Resume_Automation
PPTX
Opticon18: Developer Night
Diagnosing issues in your ASP.NET applications in production with Visual Stud...
Debugging your Way through .NET with Visual Studio 2015
Making software development processes to work for you
Cardiff University FTS presentation 2011 (MS Word plug in)
Debugging in Software Engineering SE Unit-4 Part-6.pdf
Capability Building for Cyber Defense: Software Walk through and Screening
Development Processes and Tooling
DevOps model in software engineering.pptx
Reliable mobile test automation
4&5.pptx SOFTWARE TESTING UNIT-4 AND UNIT-5
Visual Studio Profiler
Dev ops ci-ap-is-oh-my_security-gone-agile_ut-austin
Five Ways to Fix Your SQL Server Dev-Test Problems
Practical Software Testing Tools
White box testing
Concepts of unit testing_dynamic-testing.ppt.pptx
Concepts of unit testing_dynamic-testing.ppt.pptx
Continuous Integration
Deepak_Resume_Automation
Opticon18: Developer Night

More from Ken Cenerelli (14)

PPTX
ASP.NET Core deployment options
PPTX
No SQL, No Problem: Use Azure DocumentDB
PPTX
Azure app service to create web and mobile apps
PPTX
ASP.NET Core: The best of the new bits
PPTX
Azure Data Storage
PPTX
Building high performance software with Microsoft Application Insights
PPTX
An Introduction to Universal Windows Apps
PPTX
Build end-to-end video experiences with Azure Media Services
PPTX
Cloud Powered Mobile Apps with Azure
PPTX
Building Windows 8.1 Apps with Mobile Services
PPTX
Maximizing code reuse between Windows Phone 8 and Windows 8 (That Conference ...
PPTX
Maximizing code reuse between Windows Phone 8 and Windows 8 (DevTeach Toronto...
PPTX
An Introduction to Windows Phone 7 Development
PPTX
Introduction To Umbraco
ASP.NET Core deployment options
No SQL, No Problem: Use Azure DocumentDB
Azure app service to create web and mobile apps
ASP.NET Core: The best of the new bits
Azure Data Storage
Building high performance software with Microsoft Application Insights
An Introduction to Universal Windows Apps
Build end-to-end video experiences with Azure Media Services
Cloud Powered Mobile Apps with Azure
Building Windows 8.1 Apps with Mobile Services
Maximizing code reuse between Windows Phone 8 and Windows 8 (That Conference ...
Maximizing code reuse between Windows Phone 8 and Windows 8 (DevTeach Toronto...
An Introduction to Windows Phone 7 Development
Introduction To Umbraco

Recently uploaded (20)

PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
MYSQL Presentation for SQL database connectivity
PPTX
Cloud computing and distributed systems.
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
Spectroscopy.pptx food analysis technology
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Understanding_Digital_Forensics_Presentation.pptx
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
NewMind AI Weekly Chronicles - August'25 Week I
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Chapter 3 Spatial Domain Image Processing.pdf
Encapsulation_ Review paper, used for researhc scholars
MYSQL Presentation for SQL database connectivity
Cloud computing and distributed systems.
Spectral efficient network and resource selection model in 5G networks
Per capita expenditure prediction using model stacking based on satellite ima...
Advanced methodologies resolving dimensionality complications for autism neur...
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Spectroscopy.pptx food analysis technology
MIND Revenue Release Quarter 2 2025 Press Release
Diabetes mellitus diagnosis method based random forest with bat algorithm
Reach Out and Touch Someone: Haptics and Empathic Computing
The Rise and Fall of 3GPP – Time for a Sabbatical?

Analyze Your Code With Visual Studio 2015 Diagnostic Tools

  • 1. Analyze Your Code With Visual Studio 2015 Diagnostic Tools Ken Cenerelli @KenCenerelli
  • 2. About Me Twitter: @KenCenerelli Email: Ken_Cenerelli@Outlook.com Blog: kencenerelli.wordpress.com LinkedIn: linkedin.com/in/kencenerelli Bio:  Programmer Writer  Microsoft MVP - Visual Studio and Development Technologies  Microsoft TechNet Wiki Guru  Co-Organizer of CTTDNUG  Technical reviewer of multiple books CTTDNUG Ken Cenerelli
  • 5. Typical Debugging Session 1. Realize there is a bug 2. Use best-guess scenario to place a breakpoint 3. Reproduce steps and hope your breakpoint is hit before bug appears 4. Breakpoint is hit, examine the code by stepping through 5. Root cause not identified 6. Repeat steps 2 thru 5 until bug is discovered
  • 6. Old Diagnostic Tools • In Visual Studio 2013, the tools were not well advertised • Instruments like Memory Usage and CPU Usage were made available in the Performance and Diagnostics hub in VS 2013 Update 2 • They are found by clicking on Performance and Diagnostics in the Debug or Analyze menu
  • 7. New Diagnostic Tools Window (aka Why Should I Care?) • Visual Studio 2015 brings Diagnostic Tools into the debugging experience when you hit F5 • The new window is active during the debugging session • It is designed to change your debugging workflow • You no longer have to create breakpoints, hit F5, wait for the breakpoint to be hit, and then check the Locals window • You should now think, “What did IntelliTrace find?”
  • 8. Diagnostic Tools Window Components • IntelliTrace UI is revamped and now is in Diagnostic Tools Window • Memory and CPU usage graphs added • Take memory snapshots and time sections of code with PerfTips
  • 9. Supported SKUs • Diagnostic Tools can be found in the following Visual Studio editions: Visual Studio Code Visual Studio Community Visual Studio Professional Visual Studio Enterprise IntelliTrace + more event categories ▪ Memory Usage ▪ ▪ ▪ CPU Usage ▪ ▪ ▪ PerfTips ▪ ▪ ▪
  • 10. Supported Project Types Diagnostic Tools are available in all the following project types: • Managed WPF, WinForms, and Console projects • Native Win32, Console, and MFC projects • ASP.NET projects running on local IIS and IIS Express (including MVC & Web API) • Managed or Native Windows Store projects • Debugging sessions started using Debug > Attach to Process • Debugging apps running on remote desktop devices
  • 11. Non-supported Project Types No support currently for the following projects: • Windows Store projects that are using JavaScript • Windows Store projects that are running on a Windows Phone • Debugging when Managed or Native Compatibility Mode is checked in Tools > Options > Debugging • Native Phone projects (Cordova, Xamarin)
  • 12. IntelliTrace • IntelliTrace is a recorder for your debugging sessions • It captures the call stack along with local variable info for that moment of time • You can go back in time with Historical Debugging • Captured events are represented on a timeline • The Events timeline is split into three tracks: Break Events, Output Events, and IntelliTrace Events • It provides the same events you would get from implementing extensive logging frameworks (log4net, NLog) but without the work
  • 13. PerfTips • Provides timing of previously executed code blocks • No more Stopwatch.Start / Stopwatch.Elapsed • Runs in all types of projects • Works with remote debugging in Azure • PerfTips discounts network latency issues when debugging on a remote machine • TIP: Take multiple measurements to discover the range and median values of the code being measured
  • 14. Demo • Diagnostic Tools Window • IntelliTrace Events • PerfTips
  • 15. Visual Studio 2015 Update 1 • Improvements to the Events tab of the Diagnostic Tools Window: • Improved the filtering menu • Added the ability to search • Added category prefixes to all events
  • 16. Memory Usage • Monitor memory usage of your app and take snapshots of your memory so that you can inspect the contents of the heap to find memory leaks • Includes memory allocated on both the managed and native heaps • Tied to the debugger your project is using (Managed Only, Native Only, or Mixed Mode) • Records only the time your application is running and filters out the time spent in break states • Can snapshot sections of your code before and after it is run to get the delta • Heap analysis view for deeper investigation of the process memory by type
  • 17. CPU Usage • In many cases the CPU is the bottleneck when performance problems arise • It can be difficult to know where to start when you want to make your code run faster • Measures the CPU’s resources in terms of how much time each core in the CPU spends executing your code • Lets you see which of your functions are using the most CPU
  • 19. Visual Studio 2015 Update 1 • Improvements to CPU profiling in the Diagnostic Tools Window: • Do full CPU profiling without stopping your debug session • Control both the execution of the application as well as the collection of CPU profiling data • Drill into a section of code by hitting a breakpoint, turning profiling on, and then running to the next breakpoint
  • 20. Start Diagnostic Tools Without Debugging • Provides a true representation of your CPU and Memory • Removes the overhead added by the debugger when using the Diagnostic Tools window • Full analysis only occurs after your profiling session is complete • Contains additional features like Application Timeline and Network Usage • Tools can be combined by checking more than one box before you click Start so that you can cross-correlate data and diagnose performance issues more effectively • TIP: Try running in Release build mode to make sure the debugger is not the cause of your slow downs
  • 21. Demo • Start Diagnostic Tools Without Debugging
  • 22. Additional Diagnostic Tools • IntelliTrace Standalone Collector • Referred to as Non-Live Debugging, it is when your application executes without Visual Studio attached • Application data is recorded to an .itrace file which can then be imported into VS for debugging • Application Insights • Allows you to monitor your deployed live applications through telemetry data stored in Azure • Understand how users use your apps • Detect issues quicker and solve the right problems faster • PerfView • PerfView is a performance-analysis tool that helps isolate CPU and memory-related performance issues • A standalone tool that goes deeper than Diagnostic Tools
  • 23. Resources • Visual Studio ALM Blog: • http://bit.ly/1Msso3F • Channel 9 Videos: • http://bit.ly/1Le96gs • http://bit.ly/1MNNJUk • http://bit.ly/1MGWMuB • MSDN Magazine Articles: • http://bit.ly/1IZOds9 • http://bit.ly/1OJ3NgK
  • 24. Summary • Slides: • Through CTTDNUG • Blog (kencenerelli.wordpress.com) • SlideShare (slideshare.net/KenCenerelli) • Contact Details: • @KenCenerelli • Ken_Cenerelli@Outlook.com

Editor's Notes

  • #8: IntelliTrace used to be a tab on Solution Explorer
  • #9: Diagnostic Tools mean tools that allow you to see historical information (data collected over time), as opposed to just a single moment in time (like when you are stopped at a live breakpoint). Debugging and Profiling are no longer two separate activities Eliminates the noise from the code that doesn’t interest you This can significantly reduce the amount of time it takes you to diagnose an issue
  • #10: All three boxes share a common timeline Can align events across all three graphs
  • #14: InteliTrace is on by default Break All to break on every thread All about workflows. No need for breakpoints - just hit Break All
  • #22: Memory Usage is same as one in Diagnostic Tools Window