Lets you use data files produced by hardware profiling to produce an optimized executable. This option is deprecated and will be removed in a future release. This feature is only available for ifort.
Linux: | -prof-use-sampling=list |
macOS: | None |
Windows: | None |
list |
Is a list of one or more data files. If you specify more than one data file, they must be separated by colons. |
OFF |
Data files produced by hardware profiling will not be used to produce an optimized executable. |
This option lets you use data files produced by hardware profiling to produce an optimized executable.
These data files are named and produced by using Intel® VTune™.
The executable should have been produced using the following options:
-prof-gen-sampling -g
None