Visible to Intel only — GUID: GUID-4ED53E96-A9CC-4C03-B36E-68957AADA954
Visible to Intel only — GUID: GUID-4ED53E96-A9CC-4C03-B36E-68957AADA954
inline-mode
Exclude/include inline functions in the stack.
GUI Equivalent
Toolbar: Filter > Inline Mode menu
Syntax
-inline-mode off | on |
Default
- on
- Inline functions are included in the stack.
Description
Use inline-mode off with the collect, finalize or import actions if you want to exclude inline functions from the stack in results. You can also use this with the report action to exclude inline functions from reports.
By default, this option is enabled so that performance details for all inline functions used in the application are included in the stack in results and reports.
This option is available if information about inline functions is available in debug information generated by compilers. See View Data on Inline Functions for supported compilers and options.
Example
Generate a hotspots report with inline mode disabled.
vtune –report hotspots -inline-mode off