Visible to Intel only — GUID: GUID-82908FFA-4F89-46DE-896D-D99BF313343F
Visible to Intel only — GUID: GUID-82908FFA-4F89-46DE-896D-D99BF313343F
qopt-report-routine, Qopt-report-routine
Tells the compiler to generate an optimization report for each of the routines whose names contain the specified substring. This feature is only available for ifort.
Linux: |
-qopt-report-routine=substring |
macOS: |
-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* and macOS) or /Qopt-report-phase:all (Windows*).
Visual Studio: Diagnostics > Optimization Diagnostic Routine
None