prof-src-dir, Qprof-src-dir
Determines whether directory information of the source file under compilation is considered when looking up profile data records. This feature is only available for ifort.
prof-src-root, Qprof-src-root
Lets you use relative directory paths when looking up profile data and specifies a directory as the base. This feature is only available for ifort.
prof-src-root-cwd, Qprof-src-root-cwd
Lets you use relative directory paths when looking up profile data and specifies the current working directory as the base. This feature is only available for ifort.
prof-use, Qprof-use
Enables the use of profiling information during optimization. This feature is only available for ifort.
Qcov-dir
Specifies a directory for profiling information output files that can be used with the codecov or tselect tool. This feature is only available for ifort.
Qcov-file
Specifies an alternate file name for the profiling summary files that can be used with the codecov or tselect tool. This feature is only available for ifort.
Qcov-gen
Produces an instrumented object file that can be used with the codecov or tselect tool. This feature is only available for ifort.