Quantcast
Channel: Intel Developer Zone Articles
Viewing all articles
Browse latest Browse all 3384

Intel® Inspector Tutorials

$
0
0

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 TutorialLearn To Do This

Analyzing Memory Errors with the Intel Inspector
Duration: 10-15 minutes

C++ Tutorial
Windows* OS: HTML | PDF
Linux* OS: HTML | PDF
Sample code: tachyon_insp_xe

Fortran Tutorial
Windows* OS: HTML | PDF
Linux* OS: HTML | PDF
Sample code: nqueens_fortran

Find and fix memory errors, such as uninitialized memory access and memory leak errors.

Analyzing Threading Error with the Intel Inspector
Duration: 10-15 minutes

C++ Tutorial
Windows* OS: HTML | PDF
Linux* OS: HTML | PDF
Sample code: tachyon_insp_xe

Fortran Tutorial
Windows* OS: HTML | PDF
Linux* OS: HTML | PDF
Sample code: nqueens_fortran

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 TutorialLearn To Do This

Analyzing Programs for Errors and Security Weaknesses with the Intel Inspector
Duration: 10-15 minutes

C++ Tutorial
Windows* OS: HTML
Linux* OS: HTML
Sample code: tachyon_ssa

Fortran Tutorial
Windows* OS: HTML
Linux* OS: HTML
Sample code: FortranDemo_ssa_xe

Find and fix a variety of errors, such as array argument shape mismatch and uninitialized variable errors.


Viewing all articles
Browse latest Browse all 3384

Trending Articles