Visible to Intel only — GUID: GUID-CA54DE46-3419-4756-89E7-958CD3197A30
Visible to Intel only — GUID: GUID-CA54DE46-3419-4756-89E7-958CD3197A30
module-filter
Specify application (or child application) module(s) to include in or exclude from analysis.
GUI Equivalent
Modules
Syntax
--module-filter=<string> |
Arguments
<string> is a comma-separated list of module names (no spaces).
Default
None - so when coupled with module-filter-mode default (exclude), the Intel Advisor analyzes all modules.
Actions Modified
collect[/OptionRef/OptionBody/ActionModified/p/xref/desc {"- topic/desc "}) Run the specified type of analysis and collect data. (desc]=[analysis type] --module-filter-mode
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