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

prof-data-order, Qprof-data-order

Enables or disables data ordering if profiling information is enabled.

IDE Equivalent

None

Architectures

IA-32, Intel® 64 architecture

Syntax

Linux:

-prof-data-order

-no-prof-data-order

OS X:

None

Windows:

/Qprof-data-order

/Qprof-data-order-

Arguments

None

Default

-no-prof-data-order
or/Qprof-data-order-

Data ordering is disabled.

Description

This option enables or disables data ordering if profiling information is enabled. It controls the use of profiling information to order static program data items.

For this option to be effective, you must do the following:

Alternate Options

None

See Also


Submit feedback on this help topic