prof-file, Qprof-file

Specifies an alternate file name for the profiling summary files.

IDE Equivalent

None

Architectures

IA-32, Intel® 64 architectures

Syntax

Linux and Mac OS X:

-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-prof-genx (Linux and Mac OS X) or /Qprof-genx (Windows), the .spi and .spl files will be named filename.spi and filename.spl instead of pgopti.spi and pgopti.spl.

If you specify this option with option -prof-use (Linux and Mac OS X) or /Qprof-use (Windows), 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.

Alternate Options

None

See Also


Submit feedback on this help topic

Copyright © 1996-2011, Intel Corporation. All rights reserved.