Visible to Intel only — GUID: GUID-F7C55AC7-D0F3-45AA-9274-9092697FF16A
Visible to Intel only — GUID: GUID-F7C55AC7-D0F3-45AA-9274-9092697FF16A
prof-dir, Qprof-dir
Specifies a directory for profiling information output files.
Linux: |
-prof-dir dir |
macOS: |
-prof-dir dir |
Windows: |
/Qprof-dir:dir |
dir |
Is the name of the directory. You can specify a relative pathname or an absolute pathname. |
OFF |
Profiling output files are placed in the directory where the program is compiled. |
This option specifies a directory for profiling information output files (*.dyn and *.dpi). The specified directory must already exist.
You should specify this option using the same directory name for both instrumentation and feedback compilations. If you move the .dyn files, you need to specify the new path.
Option /Qprof-dir is equivalent to option /Qcov-dir. If you specify both options, the last option specified on the command line takes precedence.
Visual Studio: General > Profile Directory
Eclipse: Optimization > Profile Directory
Xcode: None
None