Intel® Advisor User Guide

ID 766448
Date 3/31/2023
Public

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

Document Table of Contents

report-output

Redirect report output from stdout to another location.

Syntax

--report-output=<PATH>

Arguments

<PATH> is the directory PATH/filename.

Default

stdout

Actions Modified

report

Example

Generate a Suitability report. Output the report in text format. Save it as suitability.txt in the out output directory.

advisor --report=suitability --format=text --report-output=./out/suitability.txt --project-dir=./advi_results

See Also