Intel® Advisor User Guide

ID 766448
Date 3/22/2024
Public
Document Table of Contents

limit

Set the maximum number of top items to show in a report.

GUI Equivalent

Survey > Customize View > Top

Syntax

--limit=<integer>

Arguments

<integer> is the maximum number of top items.

Default

Off (unlimited lines in output report)

Actions Modified

report

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