Fortran User's Guide

-Zlp

Compile for loop performance profiling by looptool.

    SPARC: 77/90

Prepare object files for the loop profiler, looptool. The looptool(1) utility can then be run to generate loop statistics about the program.

If you compile and link in separate steps, and you compile with -Zlp, then be sure to link with -Zlp.

If you compile one subprogram with -Zlp, you need not compile all the subprograms of that program with -Zlp. However, you receive the loop information only for the files compiled with -Zlp, and no indication that the program includes other files.

Refer to Analyzing Program Performance With Sun WorkShop for more information.