Intel® Advisor User Guide

ID 766448
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

support-multi-isa-binaries

Collect a variety of data during Survey analysis for loops that reside in non-executed code paths.

GUI Equivalent

Project Properties > Analysis Target > Survey Hotspots Analysis > Advanced > Analyze loops that reside in non-executed code paths

Syntax

--support-multi-isa-binaries

--no-support-multi-isa-binaries

Default

Off (no-support-multi-isa-binaries)

Actions Modified

collect=survey for binaries compiled using the ax (Linux* OS)/Qax (Windows* OS) option with an Intel compiler

Usage

Disabling can decrease finalization overhead.

Example

Run a Survey analysis. Explicitly disable collecting data for loops that reside in non-executed code paths.

advisor --collect=survey --no-support-multi-user-binaries --project-dir=./advi_results -- ./myApplication

See Also