Controls which values are value profiled.
IA-32, Intel® 64 architectures
Linux and Mac OS X: | -prof-value-profiling[=keyword] |
Windows: | /Qprof-value-profiling[:keyword] |
keyword |
Controls which type of value profiling is performed. Possible values are:
|
You can specify more than one keyword, but they must be separated by commas.
-prof-value-profiling=all or /Qprof-value-profiling:all |
All value profile types are enabled and value profiling is performed. |
This option controls which features are value profiled.
If this option is specified with option -prof-gen (Linux* and Mac OS* X) or /Qprof-gen (Windows*), it turns off instrumentation of operations of the specified type. This also prevents feedback of values for the operations.
If this option is specified with option -prof-use (Linux and Mac OS X) or /Qprof-use (Windows), it turns off feedback of values collected of the specified type.
If you specify -opt-report (Linux and Mac OS X) or /Qopt-report (Windows) level 2 or higher, the value profiling specialization information will be reported within the PGO optimization report.
None
Copyright © 1996-2011, Intel Corporation. All rights reserved.