Intel® Advisor Help
Specify the files that should be excluded from annotation scanning.
Microsoft Visual Studio* IDE: choose Project > > Intel® Advisor 201n > Source Search tab > Exclude the following files
Intel Advisor standalone GUI: Project > Project Properties > Source Search tab > Exclude the following files
-exclude-files <PATH>
A comma-separated list of file PATH/names or directories that should be excluded during data collection.
Off
When performing a Suitability or Dependencies analysis, use the exclude-files action-option to exclude the specified files or directories from annotation scanning.
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