phsinfo

Option Type Default Value #pragma options C C++
-qoption nophsinfo - x x

Syntax

    -qphsinfo | -qnophsinfo 

Purpose
Reports the time taken in each compilation phase. Phase information is sent to standard output.

The output takes the form number1 | number2 for each phase where   number1 represents the CPU time used by the compiler and number2 represents the total of the compiler time and the time that the CPU spends handling system calls.

Example
To compile myprogram.c and report the time taken for each phase of the compilation, enter:

xlC myprogram.C -qphsinfo


List of Batch Compiler Options and Their Defaults
Options that Specify Compiler Output
Equivalent Batch Compile-Link and Incremental Build Options