Specifies an alternate file name for the profiling summary files that can be used with the codecov or tselect tool.
IA-32, Intel® 64 architectures
Linux and Mac OS X: | None |
Windows: | /Qcov-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 name can be used with the code-coverage tool (codecov) or the test prioritization tool (tselect).
The file is used as the base name for files created by different profiling passes.
If you specify /Qcov-gen or equivalent option /Qprof-gen=srcpos with this option, the .spi and .spl files will be named file.spi and file.spl instead of pgopti.spi and pgopti.spl.
None