User Guide

Intel® VTune™ Profiler User Guide

ID 766319
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

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.

NOTE:

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