Intel® C++ Compiler 16.0 User and Reference Guide
Tells the compiler to generate an optimization report for each of the routines whose names contain the specified substring. Option -qopt-report-routine is the replacement option for -opt-report-routine, which is deprecated.
Linux and OS X: | -qopt-report-routine=substring |
Windows: | /Qopt-report-routine:substring |
substring |
Is the text (string) to look for. |
OFF |
No optimization report is generated. |
This option tells the compiler to generate an optimization report for each of the routines whose names contain the specified substring.
You can also specify a sequence of substrings separated by commas. If you do this, the compiler will generate an optimization report for each of the routines whose name contains one or more of these substrings.
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).
Visual Studio: Diagnostics > Optimization Diagnostic Routine
Eclipse: Compilation Diagnostics > Optimization Diagnostic Routine
Xcode: None
None