Controls the level of detail for the data collected when instrumentation occurs before and after certain loops.
IA-32, Intel® 64 architectures
Linux and Mac OS X: | -profile-loops-report[=n] |
Windows: | /Qprofile-loops-report[:n] |
n |
Is a value denoting the level of detail to report. Possible values are:
|
-profile-loops-report=1 or /Qprofile-loops-report:1 |
The report shows the cycle counts on entry and exits of loops. |
This option controls the level of detail for the data collected when instrumentation occurs before and after certain loops. To use this option, you must also specify option -profile-loops (Linux and Mac OS X) or /Qprofile-loops (Windows).
The report appears in file loop_prof_loops_<name>.dump, where <name> is a timestamp value for the run. The columns listed in the report will be based on the level of detail that was selected during instrumentation.
It is recommended that the same report level be used for all files that are instrumented for the application. If different files of the application were instrumented with different levels, the report will contain all the columns of the highest detail level, but with default values for unavailable fields for files that were instrumented at lower levels.
None
Copyright © 1996-2010, Intel Corporation. All rights reserved.