Visible to Intel only — GUID: GUID-2FC3ACC3-7419-40CE-9556-A536538554CB
Visible to Intel only — GUID: GUID-2FC3ACC3-7419-40CE-9556-A536538554CB
prof-file, Qprof-file
Specifies an alternate file name for the profiling summary files. This feature is only available for ifort.
Syntax
Linux: |
-prof-file filename |
macOS: |
-prof-file filename |
Windows: |
/Qprof-file:filename |
Arguments
filename |
Is the name of the profiling summary file. |
Default
OFF |
The profiling summary files have the file name pgopti.* |
Description
This option specifies an alternate file name for the profiling summary files. The filename is used as the base name for files created by different profiling passes.
If you add this option to profmerge, the .dpi file will be named filename.dpi instead of pgopti.dpi.
If you specify this option with option [Q]prof-use, the .dpi file will be named filename.dpi instead of pgopti.dpi.
Option /Qprof-file is equivalent to option /Qcov-file. If you specify both options, the last option specified on the command line takes precedence.
When you use option [Q]prof-file, you can only specify a file name. If you want to specify a path (relative or absolute) for filename, you must also use option [Q]prof-dir.
IDE Equivalent
Alternate Options
None