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: -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
Windows: /Qopt_report_routine

See Also

opt-report, Qopt-report compiler options

Optimizing Applications: Optimizer Report Generation