Intel® Advisor Help
Specify application (or child application) module(s) to include in or exclude from analysis.
Modules
--module-filter=<string> |
<string> is a comma-separated list of module names (no spaces).
None - so when coupled with module-filter-mode default (exclude), the Intel Advisor analyzes all modules.
collect=[analysis type] --module-filter-mode
Usage can decrease collection and finalization overhead.
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