Windows Performance Tools: Memory Leak Analysis with Intel Inspector
43mIntermediate2016-12-15
Authors

Thomas Pantels
Computer Engineer
Course details
Memory leaks are a common cause of unexpected crashes in Windows applications. It's important to detect them before your apps go live. Luckily, there is a tool to help. Intel Inspector XE is a memory and threading debugger that can be used to detect memory leaks in C, C++, and Fortran applications running on Windows. Learn to use the Intel Inspector to easily find and repair memory leaks in any of your own Windows applications, with this installment of Windows Performance Tools. Thomas Pantels shows how to profile a C++ application, detect memory issues with Inspector XE, and pinpoint memory leaks in an OpenCV demo app. By the end of this course, you will be able to use the Intel Inspector to easily find memory-related issues like memory leaks in any of your own applications.
Learning objectives
Installing Intel Inspector XE
Setting up OpenCV
Detecting memory leaks
Visualizing memory usage growth
Conducting memory leak analysis
Fixing memory leaks in source code
Learning objectives
Installing Intel Inspector XE
Setting up OpenCV
Detecting memory leaks
Visualizing memory usage growth
Conducting memory leak analysis
Fixing memory leaks in source code
Skills covered
Inspector XEIntelWindowsSoftware Development ToolsMicrosoftSoftware DevelopmentDeep Dive (X:Y)
Concepts
0. Introduction
- 01 - Overview
- 02 - What you should know
- 03 - Using the exercise files
- 04 - Introducing the Intel Inspector XE
- 05 - Installing Intel Inspector XE
- 06 - Intel Inspector XE first time setup
1. Memory Leak Analysis
- 07 - What is OpenCV
- 08 - Setting up OpenCV
- 09 - OpenCV bitmap blending demo app
- 10 - Demo app source code
- 11 - Intel Inspector standalone GUI
- 12 - Intel Inspector Visual Studio GUI
- 13 - Intel Inspector memory leak analysis
- 14 - Demo app optimization
Conclusion
- 15 - Next steps