Intel® Inspector Help

module-filter

Set a filter to specify which application modules to analyze.

GUI Equivalent

Dialog Box Project Properties-Target

Syntax

-module-filter <string>

Arguments

A string specifying the name of the application(s), or child application(s), to analyze. Multiple names can be specified as a string of comma-separated values, with no spaces.

Default

Analyze and collect data on all modules.

Actions Modified

collect, collect-with

Description

Use the module-filter action-option to filter which application modules to include or exclude during collection.

Note

See the module-filter-mode Option Reference for an example of how to exclude files.

Example

This command performs a memory analysis on myApp, but collects data only from the specified module childApp.

$ inspxe-cl -collect mi1 -module-filter childApp --myApp 

See Also