Intel® C++ Compiler XE 13.1 User and Reference Guides

prof-src-dir, Qprof-src-dir

Determines whether directory information of the source file under compilation is considered when looking up profile data records.

IDE Equivalent

None

Architectures

IA-32, Intel® 64 architecture

Syntax

Linux and OS X:

-prof-src-dir

-no-prof-src-dir

Windows:

/Qprof-src-dir

/Qprof-src-dir-

Arguments

None

Default

-prof-src-dir
or/Qprof-src-dir

Directory information is used when looking up profile data records in the .dpi file.

Description

This option determines whether directory information of the source file under compilation is considered when looking up profile data records in the .dpi file. To use this option, you must also specify option -prof-use (Linux* OS and OS X*) or /Qprof-use (Windows* OS).

If the option is enabled, directory information is considered when looking up the profile data records within the .dpi file. You can specify directory information by using one of the following options:

If the option is disabled, directory information is ignored and only the name of the file is used to find the profile data record.

Note that options -prof-src-dir (Linux OS and OS X) and /Qprof-src-dir (Windows OS) control how the names of the user's source files get represented within the .dyn or .dpi files. Options -prof-dir (Linux OS and OS X) and /Qprof-dir (Windows OS) specify the location of the .dyn or the .dpi files.

Alternate Options

None

See Also


Submit feedback on this help topic