Tells the compiler to generate reports on the routines containing specified text.
None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux: | -opt-report-routine[string] |
Windows: | /Qopt-report-routine[string] |
string | Is the text (string) to look for. |
OFF | No optimization reports are generated. |
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.
Linux: -opt_report_routine
Windows: /Qopt_report_routine
opt-report, Qopt-report compiler options
Optimizing Applications: Optimizer Report Generation