opt-report-routine, Qopt-report-routine

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

IDE Equivalent

None

Architectures

IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture

Syntax

Linux and Mac OS: -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.

If this option is used, but no string is specified, reports from all routines are generated.

Alternate Options

Linux: -opt_report_routine
Mac OS: None

Windows: /Qopt_report_routine

See Also

opt-report, Qopt-report compiler options

Optimizing Applications: Optimizer Report Generation