Specifies an alternate file name for the profiling summary files.
None
IA-32 architecture, Intel® 64 architecture, IA-64 architecture
Linux and Mac OS: | -prof-file file |
Windows: | /Qprof-file file |
file | Is the name of the profiling summary file. |
OFF | The profiling summary files have the file name pgopti.* |
This option specifies an alternate file name for the profiling summary files. The file 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 file.dpi instead of pgopti.dpi.
If you specify -prof-genx (Linux and Mac OS) or /Qprof-genx (Windows) with this option, the .spi and .spl files will be named file.spi and file.spl instead of pgopti.spi and pgopti.spl.
If you specify -prof-use (Linux and Mac OS) or /Qprof-use (Windows) with this option, the .dpi file will be named file.dpi instead of pgopti.dpi.
None
prof-gen, Qprof-gen compiler options
prof-use, Qprof-use compiler options