Intel® Fortran Compiler XE 13.1 User and Reference Guides

p

Compiles and links for function profiling with gprof(1).

IDE Equivalent

None

Architectures

IA-32, Intel® 64 architecture

Syntax

Linux and OS X:

-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 -inline-forceinline (Linux* OS and OS X*) or /Qinline-forceinline (Windows* OS).

Alternate Options

Linux and OS X: -pg , -qp (this is a deprecated option)

Windows: None


Submit feedback on this help topic