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

show-as

Specify report values as events, samples, or percentage.

GUI Equivalent

Context Menu: Grid

Syntax

-show-as samples | events | percent

Arguments

Argument

Description

samples

Show the total number of samples collected for each event in the viewpoints provided for the hardware event-based sampling data collection.

events

Show the number of times the event occurred during sampling data collection. VTune Profiler determines this value by applying the following formula for each event: < Event name > samples * Sample After value.

percent

Show the percentage of samples collected for the event. This value is calculated using the following formula: (Number of samples collected for the event/ Total number of samples collected for the event) x 100 .

Default

samples

Performance data collected during the hardware event-based analysis are displayed as samples.

Actions Modified

report

Description

Choose the data format for displaying results collected during hardware event-based sampling.

Example

Generate a hardware events report for the result collected during a hotspots analysis and show as a percentage of events.

vtune -report hw-events -result-dir r001hs -show-as percent