Visible to Intel only — GUID: GUID-A68C1B2D-A1DB-4DDE-B21D-52F7DE25D2E1
Visible to Intel only — GUID: GUID-A68C1B2D-A1DB-4DDE-B21D-52F7DE25D2E1
instance-of-interest
Analyze the Nth child process during Memory Access Patterns and Dependencies analysis.
GUI Equivalent
Project Properties > [Analysis Type] > Advanced > Instance of interest
Syntax
--instance-of-interest=<integer> |
Arguments
Argument |
Description |
---|---|
0 |
Analyze all processes. |
1 |
Analyze first process of the specified name in the application process tree. |
<integer> |
Analyze subsequent process of the specified name in the application process tree. |
Default
0
Example
Run a Memory Access Patterns analysis. Analyze the first process of the specified name in the application process tree.
advisor --collect=map --instance-of-interest=1 --project-dir=./advi_results -- ./myApplication