Difference between revisions of "GPU621/Intel Inspector"

From CDOT Wiki
Jump to: navigation, search
Line 6: Line 6:
 
== Team Members ==
 
== Team Members ==
 
[[User:Cwei24 | Joyce Wei]]
 
[[User:Cwei24 | Joyce Wei]]
 +
 +
= Memory Leak =
  
 
= References =
 
= References =

Revision as of 03:22, 14 June 2021


GPU621/DPS921 | Participants | Groups and Projects | Resources | Glossary

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.

Team Members

Joyce Wei

Memory Leak

References