Difference between revisions of "GPU621/Intel Inspector"

From CDOT Wiki
Jump to: navigation, search
(Created page with "= Team Members = = Overview =")
 
Line 1: Line 1:
= Team Members =
+
= Project Overview =
= 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 ==
 +
[[User:Cwei24 | Joyce Wei]]
 +
 
 +
= References =

Revision as of 03:08, 14 June 2021

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

References