Difference between revisions of "GPU621/Intel Inspector"
Line 1: | Line 1: | ||
{{GPU621/DPS921 Index | 20214}} | {{GPU621/DPS921 Index | 20214}} | ||
− | = Project Overview = | + | = Intel Parallel Studio Inspector = |
+ | == Project Overview == | ||
Intel Inspector is a dynamic memory and threading error debugger which able to detect and locate memory leaks, deadlocks, and race conditions. The purpose of this project is to introduce Intel Inspector and demonstrate how to use Inspector to debugging our code. | Intel Inspector is a dynamic memory and threading error debugger which able to detect and locate memory leaks, deadlocks, and race conditions. The purpose of this project is to introduce Intel Inspector and demonstrate how to use Inspector to debugging our code. | ||
Revision as of 10:23, 14 June 2021
GPU621/DPS921 | Participants | Groups and Projects | Resources | Glossary
Contents
Intel Parallel Studio Inspector
Project Overview
Intel Inspector is a dynamic memory and threading error debugger which able to detect and locate memory leaks, deadlocks, and race conditions. The purpose of this project is to introduce Intel Inspector and demonstrate how to use Inspector to debugging our code.