Intel® Inspector User Guide for Linux* OS

ID 767796
Date 5/15/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

archive-name

Provide the filename when exporting results to an archived file.

GUI Equivalent

Exporting Archives

Syntax

-archive-name <PATH>

Arguments

PATH

A string containing the PATH/name for the archive file.

Actions Modified

export

Description

Use archive-name to specify the PATH/name for the *.inspxez archive file, when using the export action to archive a result.

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-archived-result.inspxez in the current working directory.

$ inspxe-cl -export -archive-name my_archived_result.inspxez -include-sources -result-dir myRes