Intel® Inspector User Guide for Windows* OS

ID 767798
Date 3/22/2024
Public
Document Table of Contents

archive-name

Provide the filename when exporting results to an archived file.

GUI Equivalent

Export 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