Visible to Intel only — GUID: GUID-88A9C495-BCC3-426D-9077-441C0ED30BFD
Visible to Intel only — GUID: GUID-88A9C495-BCC3-426D-9077-441C0ED30BFD
prof-value-profiling, Qprof-value-profiling
Controls which values are value profiled. This feature is only available for ifort.
Syntax
Linux: |
-prof-value-profiling[=keyword] |
macOS: |
-prof-value-profiling[=keyword] |
Windows: |
/Qprof-value-profiling[:keyword] |
Arguments
keyword |
Controls which type of value profiling is performed. Possible values are:
|
You can specify more than one keyword, but they must be separated by commas.
Default
all |
All value profile types are enabled and value profiling is performed. |
Description
This option controls which features are value profiled.
If this option is specified with option [Q]prof-gen, it turns off instrumentation of operations of the specified type. This also prevents feedback of values for the operations.
If this option is specified with option [Q]prof-use, it turns off feedback of values collected of the specified type.
If you specify level 2 or higher for option[q or Q]opt-report, the value profiling specialization information will be reported within the PGO optimization report.
IDE Equivalent
Alternate Options
None