Visible to Intel only — GUID: GUID-14C7A51E-9BAB-40B8-9DE2-7D7918A93C66
Visible to Intel only — GUID: GUID-14C7A51E-9BAB-40B8-9DE2-7D7918A93C66
prof-gen-sampling
Tells the compiler to generate debug discriminators in debug output. This aids in developing more precise sampled profiling output. This is a deprecated option that may be removed in a future release. This feature is only available for ifort.
Linux: |
-prof-gen-sampling |
macOS: |
None |
Windows: |
None |
None
OFF |
The compiler does not generate debug discriminators in the debug output. |
This option tells the compiler to generate debug discriminators in debug output. Debug discriminators are used to distinguish code from different basic blocks that have the same source position information. This aids in developing more precise sampled hardware profiling output.
This is a deprecated option that may be removed in a future release. There is no replacement option.
To build an executable suitable for generating hardware profiled sampled output, compile with the following options:
-prof-gen-sampling -g
To use the data files produced by hardware profiling, compile with option -prof-use-sampling.
None