Intel® Inspector Help

collect-with

Run the collector with specified knob settings to perform analysis and data collection.

GUI Equivalent

Dialog Box: Custom Analysis

Syntax

-collect-with <collector> -knob <knob-name>=<knob-value>

Arguments

Collector values are:

runmc

Memory errors

runtc

Threading Errors

Note

Use the command inspxe-cl -knob-list <collector>, where <collector> is one of these two collector values, to see which knob values are available for this collector.

Modifiers

app-working-dir, baseline-result, executable-of-interest, knob, module-filter, module-filter-mode, no-auto-finalize, no-summary, quiet, result-dir, return-app-exitcode, search-dir, suppression-file, user-data-dir, verbose

Description

Use the collect-with action to run the specified type of analysis and data collection using the specified knob settings. Specify the collector, knob name and value, and target.

Example

This command:

$ inspxe-cl -collect-with runmc -knob detect-memory-leaks=true -- myApp

See Also