Intel® Inspector Help

export

Export collected results and store as an archived file.

GUI Equivalent

Exporting Archives

Syntax

-export

Arguments

None

Modifiers

archive-name, include-snippets, include-sources, result-dir

Description

Use the export action to export a result for archiving as an *.inspxez file. Use with the archive-name action-option.

Example

This command exports the result in the myRes result directory, including code sources as well as code snippets, and saves the archive as my-new-archived_result.inspxez in the current working directory.

$ inspxe-cl -export -archive-name my-new-archived_result.inspxez -include-sources -result-dir myRes

See Also