The following tutorials are quick paths to start using the Intel® Inspector. Each demonstrates an end-to-end workflow you can ultimately apply to your own applications.
Dynamic Analysis Tutorials
NOTE:
- Although the following tutorials were created for the Intel Inspector 2013, they also apply to the Intel Inspector XE 2015 and 2016.
- If you do not already have access to the Intel Inspector, you can download an evaluation copy from http://software.intel.com/en-us/articles/intel-software-evaluation-center/.
Take This Short Tutorial | Learn To Do This | |
---|---|---|
Analyzing Memory Errors with the Intel Inspector | C++ Tutorial Fortran Tutorial | Find and fix memory errors, such as uninitialized memory access and memory leak errors. |
Analyzing Threading Error with the Intel Inspector | C++ Tutorial Fortran Tutorial | Find and fix threading errors, such as data race errors. |
Static Analysis Tutorials
ATTENTION:
Static analysis functionality was deprecated in the Intel Inspector 2015 and was removed in the Intel Inspector 2016 and higher.
Take This Short Tutorial | Learn To Do This | |
---|---|---|
Analyzing Programs
for Errors and Security Weaknesses
with the Intel Inspector | C++ Tutorial Fortran Tutorial | Find and fix a variety of errors, such as array argument shape mismatch and uninitialized variable errors. |