Intel® Inspector User Guide for Windows* OS

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

report-output

Output a report file with the specified pathname.

Syntax

-report-output <PATH>

Arguments

PATH

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

Default

By default, a report is written to stdout.

Actions Modified

report

Description

Use report-output to save a report to a file rather than writing it to stdout. The file is created relative to the current working directory unless an absolute pathname is specified.

Example

Generate a status report from the most recent result and save it as status-report.txt file in the current working directory.

$ inspxe-cl -report status -report-output status-report.txt