Tutorial: Analyzing Threading Errors with Intel® Inspector and a C++ Sample
To check if your edits resolved the
Data race problems in the
find_and_find_threading_errors.cpp source file:
To run another analysis of the same analysis type: In the Intel Inspector GUI, choose File > New > Threading Error Analysis / Detect Deadlocks and Data Races.
The
Summary window automatically displays after analysis (both collection and finalization) completes successfully:
Notice the Intel Inspector:
Created a new result tab: r002ti2.
No longer detects Data race problems in the find_and_find_threading_errors.cpp source file.