Intel® C++ Compiler 16.0 User and Reference Guide

qopt-report-format, Qopt-report-format

Specifies the format for an optimization report. Option -qopt-report-format is the replacement option for -opt-report-format, which is deprecated.

Syntax

Linux and OS X:

-qopt-report-format=keyword

Windows:

/Qopt-report-format:keyword

Arguments

keyword

Specifies the format for the report. You can specify one of the following:

text

Indicates that the report should be in text format.

vs

Indicates that the report should be in Visual Studio* (IDE) format. The Visual Studio IDE uses the information to visualize the optimization report in the context of your program source code.

Default

OFF

No optimization report is generated.

Description

This option specifies the format for an optimization report. If you use this option, you must specify either text or vs.

If you do not specify this option and another option causes an optimization report to be generated, the default format is text.

Specifying vs can change where the output goes in the following cases:

If you use this option, you do not have to specify option [q or Q]opt-report.

When optimization reporting is enabled, the default is -qopt-report-phase=all (Linux* OS and OS X*) or /Qopt-report-phase:all (Windows* OS).

IDE Equivalent

None

Alternate Options

None

See Also