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

module-filter-mode

Limit, by inclusion or exclusion, application (or child application) module(s) for analysis.

GUI Equivalent

Modules

Syntax

--module-filter-mode=<string>

Arguments

Argument

Description

include

Include the modules specified in module-filter.

exclude

Exclude the modules specified in module-filter.

Default

Exclude - so when coupled with module-filter default (empty), the Intel Advisor analyzes all modules.

Actions Modified

collect=[analysis type] --module-filter

Usage

Usage can decrease collection and finalization overhead.

Example

Run a Survey analysis. Exclude modules foo1.so and foo2.so.

advisor --collect=survey --module-filter-mode=exclude --module-filter=foo1.so,foo2.so --project-dir=./advi_results -- ./myApplication

See Also