Intel® C++ Compiler 16.0 User and Reference Guide
Enables or disables data ordering if profiling information is enabled.
Not available on Intel® 64 architecture targeting the Intel® Xeon Phi™ coprocessor x100 product family (formerly code name Knights Corner), on IA-32 architecture targeting Intel® Graphics Technology, or on Intel® 64 architecture targeting Intel® Graphics Technology
Linux: | -prof-data-order -no-prof-data-order |
OS X: | None |
Windows: | /Qprof-data-order /Qprof-data-order- |
None
-no-prof-data-order
|
Data ordering is disabled. |
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:
For instrumentation compilation, you must specify option [Q]prof-gen setting globdata.
For feedback compilation, you must specify the [Q]prof-use option. You must not use multi-file optimization by specifying options such as [Q]ipo or [Q]ipo-c.
None