Intel® VTune™ Profiler

User Guide

ID 766319
Date 5/02/2025
Public

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

Visible to Intel only — GUID: GUID-BF9716B6-75E5-44C0-B132-09710B98826B

Document Table of Contents

time-filter

Filter reports by a time range.

IDE Equivalent

Pane: Timeline

Syntax

time-filter=<value>

Arguments

<value>

Specify filtered time range (in seconds) using format <begin_time>:<end_time>.

Default

OFF

By default, vtune-cl reports display data for the full analysis duration.

Actions Modified

report

Description

Use the time-filter option to filter the report and display data for the specified time range only. For example, -time-filter=2.3:5.4 reports data collected from 2.3 seconds to 5.4 seconds of Elapsed Time.

Examples

vtune-cl -R hotspots -time-filter=2.3:5.4