Open main menu

CDOT Wiki β

Changes

DPS921/Intel Parallel Studio Inspector

931 bytes added, 13:20, 29 November 2020
Run the application via Inspector
Types at the bottom have larger scope but they are considerably slower.
 
 
=== How it works ===
 
Inspector performs the analysis in multiple steps:
 
1. The program is executed
 
2. It identifies problems that may need to be resolved
 
3. Gathers problems
 
4. Converts symbol information into filenames and line numbers
 
5. Applies suppresion rules
 
6. Remove duplicates
 
7. Create problem sets
 
8. Opens a debugging session
 
 
=== Making it work ===
 
First you need an executable file. You get that building your solution on Visual Studio. Once you have your executable file, you import that to Intel Inspector by using “Project Properties” when you right click on the project located on the left side.
 
[[File:ProjectProperties.png|500px]]
 
Once you are in the Project Properties section, you need to locate the executable file.
 
[[File:ProjectProperties2.png|700px]]
 
Application section is the executable file. Application section is the command argument, if the application has a command argument.
= Group Members =
150
edits