Intel® Advisor User Guide

ID 766448
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-loops

Show only loops in a report.

GUI Equivalent

Filters

Syntax

--show-loops

--no-show-loops

Default

On (show-loops)

Actions Modified

report

Usage

The show-loops option, which shows only loops in generated reports, is switched on by default. The show-functions option, which shows only functions in generated reports, is switched off by default.

Example

Generate a Survey report showing both loops and functions.

advisor --report=survey --show-functions --format=text --report-output=./out/survey.txt --project-dir=./advi_results

Generate a Survey report showing functions only.

advisor --report=survey --no-show-loops --show-functions --format=text --report-output=./out/survey.txt --project-dir=./advi_results

Generate a default Survey report showing loops only.

advisor --report=survey --format=text --report-output=./out/survey.txt --project-dir=./advi_results

Generate an empty Survey report - you disabled showing information about loops, and showing information about functions is off by default.

advisor --report=survey --no-show-loops --format=text --report-output=./out/survey.txt --project-dir=./advi_results

See Also