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.
NOTE:
Although the following tutorials were created for the Intel® Inspector 2013, they also apply to the Intel® Inspector 2015.
Dynamic Analysis Tutorials
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 is deprecated. It may be removed in a future major release. If you have concerns or feedback, please comment at https://software.intel.com/en-us/static-analysis-deprecation.
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. |