Intel® VTune™ Profiler

User Guide

ID 766319
Date 3/22/2024
Public
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