C/C++ and Fortran

 View Only

Use -qlistfmt option to generate reports about optimization in XML or HTML format

By Archive User posted Tue December 17, 2013 09:27 PM

  

Originally posted by: ChristineLi


You can get the optimization information in XML or HTML format, which includes the optimizations that the compiler has performed and optimization opportunities that were missed. With this information, you can reduce programming effort for tuning applications, especially high-performance applications.


The report can contain information about data reorganization, inlining, profile-directed feedback and loop transformation. By default, this option now generates all the available content if you do not specify the type of content.


For the detailed syntax and usage, see the information center.

0 comments
0 views

Permalink