This appendix provides a complete description of the Optimization Report
produced by the HP Exemplar Fortran 90, HP Exemplar aC++,
HP Exemplar Fortran 77, and HP Exemplar C compilers. When you compile
a program with the +Oreport[=report_type]
option at +O3 (or +O4),
the compiler generates an
Optimization Report for each program unit. The
+Oreport[=report_type]
option determines the report's contents based on the value
of report_type, as shown in Table E-1 “Optimization
Report contents”.
Table E-1 Optimization
Report contents
| report_type value | Report contents |
|---|
| all | Loop Report and Privatization Table |
| loop | Loop Report |
| private | Loop Report and Privatization Table |
| report_type not
given (default) | Loop Report |
The +Onoreport option does not accept any of the
report_type values. Examples of Optimization
Reports are given in the section “Examples”.