Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-9E3E9533-6116-445F-B16D-146BE33FE09E
Visible to Intel only — GUID: GUID-9E3E9533-6116-445F-B16D-146BE33FE09E
p
Compiles and links for function profiling with gprof(1). This feature is only available for ifort.
Syntax
Linux: |
-p |
Windows: |
None |
Arguments
None
Default
OFF |
Files are compiled and linked without profiling. |
Description
This option compiles and links for function profiling with gprof(1).
When you specify this option, inlining is disabled. However, you can override this by specifying directive FORCEINLINE, or a compiler option such as [Q]inline-forceinline.
IDE Equivalent
Alternate Options
Linux: -pg,-qp (this is a deprecated option)
Windows: None