Intel® Advisor User Guide

ID 766448
Date 3/31/2023
Public

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

Document Table of Contents

filter

Filter data by the specified column name and value in a Survey and Trips Counts & FLOP report.

GUI Equivalent

Filters

Syntax

--filter=<string>

Arguments

<string> is in the following format: "[column name]"="[value]".

Default

No default argument

Actions Modified

report=survey

report=tripcounts

Example

Generate a Survey report. Show the top five self-time hotspots that were not vectorized because of a not inner loop msg id.

advisor --report=survey --limit=5 --filter="Vectorization Message(s)"="loop was not vectorized: not inner loop" --project-dir=./advi_results

See Also