User Guide

Intel® VTune™ Profiler User Guide

ID 766319
Date 12/16/2022
Public

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

Document Table of Contents

report-width

Set the maximum width for a report

Syntax

-report-width <double>

Arguments

<double>

The maximum number of characters per line in a report.

Default

None

Actions Modified

report

Description

If a report is too wide to view or print properly, use the report-width option to limit the number of characters per line.

Example

Output a hotspots report from the most recent result as a text file with a maximum width of 60 characters per line.

vtune -report hotspots -report-width 60 -report-output MyHotspotsReport.txt