Intel® Fortran Compiler 17.0 Developer Guide and Reference
Enables the use of profiling information during optimization.
Linux and macOS: | -prof-use[=keyword] -no-prof-use |
Windows: | /Qprof-use[:keyword] /Qprof-use- |
keyword |
Specifies additional instructions. Possible values are:
|
-no-prof-use or /Qprof-use- |
Profiling information is not used during optimization. |
This option enables the use of profiling information (including function splitting and function grouping) during optimization. It enables option /Qfnsplit (Windows*) and -fnsplit (Linux* and OS X*) .
This option instructs the compiler to produce a profile-optimized executable and it merges available profiling output files into a pgopti.dpi file.
Note that there is no way to turn off function grouping if you enable it using this option.
To set the hotness threshold for function grouping and function ordering, use option [Q]prof-hotness-threshold.
None