Intel® C++ Compiler XE 13.1 User and Reference Guides

opt-report-routine, Qopt-report-routine

Tells the compiler to generate reports on the routines containing specified text.

IDE Equivalent

Windows: Diagnostics > Optimization Diagnostic Routine

Linux: Compilation Diagnostics > Optimization Diagnostic Routine

OS X: None

Architectures

All

Syntax

Linux and OS X:

-opt-report-routine=string

Windows:

/Qopt-report-routine:string

Arguments

string

Is the text (string) to look for.

Default

OFF

No optimization reports are generated.

Description

This option tells the compiler to generate reports on the routines containing specified text as part of their name.

Alternate Options

None

See Also


Submit feedback on this help topic