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

Choose Data Format

Configure the format of presenting the performance data in the grid views.

To configure the data format, right-click the column, select Show Data As > from the context menu and choose between available options:

Use This Format

To Do This

Bar

Display a graphical indicator of the amount of CPU time spent on this row item (blue bar) or the processor utilization during CPU or Wait time (composed bar). The longer the bar, the higher the value.

Composed bar is available for the Threading analysis only.

Percent

Display the amount of time calculated as the percentage of the cell value to the sum of values in this column for the whole result (or to the non-filtered-out items if a filter is applied). For the nested columns (for example, CPU Time > Idle), the sum of values used in the formula is based on the top-level column values (for example, CPU Time).

In the compare mode, the same formula is used for per-result columns (for example: CPU Time:<result 1 name>, CPU Time:<result 2 name>). But for the Difference column (for example: CPU Time:Difference), the percent value is calculated as the cell value / sum of values in this column for the first result (or for non-filtered-out items if a filter is applied).

Percent and Bar

Display both the percent and a bar.

Time

Display the amount of time the processor spent on this row item. The unit size (m, s, ms) is added to each cell value.

Time and Bar

Display both the amount of time and a bar.

NOTE:

The values in the data columns are rounded. For items that are sums of several other items, such as a function with several stacks, the rounded sums may differ slightly from the sum of rounded summands.

For example:

Module / Function

Time (exact)

Time (rounded)

foo.dll

0.2468

0.247

foo()

0.1234

0.123

bar()

0.1234

0.123

The rounded values in the grid do not sum up exactly as (0.123 + 0.123) != 0.247.