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

exclude-files

Exclude the specified files or directories from annotation scanning during analysis.

GUI Equivalent

Project Properties > Source Search > Exclude the following files

Syntax

--exclude-files=<PATH>

Arguments

<PATH> is a comma-separated list of file paths or directories to exclude during data collection (no spaces).

Default

No default argument

Actions Modified

collect

Example

Run a Suitability analysis. Exclude all files in the two specified source directories from annotation scanning during analysis.

advisor --collect=suitability --exclude-files=./src1,./src2 --project-dir=./advi_results -- ./myApplication

See Also