Specifies a directory for profiling information output files.
None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux and Mac OS: | -prof-dir dir |
Windows: | /Qprof-dir dir |
dir | Is the name of the directory. |
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.
Linux: -prof_dir
Mac OS: None
Windows: /Qprof_dir