Intel® Advisor User Guide

ID 766448
Date 3/22/2024
Public
Document Table of Contents

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

Actions Modified

collect=map

collect=dependencies

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

See Also