Intel® Advisor Help

exclude-files

Specify the files that should be excluded from annotation scanning.

GUI Equivalent

Intel Advisor standalone GUI: Project > Project Properties > Source Search tab > Exclude the following files

Syntax

-exclude-files <PATH>

Arguments

A comma-separated list of file PATH/names or directories that should be excluded during data collection.

Default

Off

Actions Modified

collect

Description

When performing a Suitability or Dependencies analysis, use the exclude-files action-option to exclude the specified files or directories from annotation scanning.

Example

This command performs a Suitability analysis, excluding all files from the two specified source directories from annotation scanning.

$ advixe-cl -collect suitability –project-dir ./advi –exclude-files ./src1,./src2 -- myApplication

See Also