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-all-rows

Show data for all available rows, including data for child loops, in a Survey report.

GUI Equivalent

Survey > Function Calls Sites and Loops > +

Syntax

--show-all-rows

--no-show-all-rows

Default

On (show-all-rows)

Actions Modified

report=survey

Example

Generate a default Survey report. Output in CSV format. Show data for present child loops.

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

Generate a default Survey report. Output in CSV format. Do not show data for present child loops.

advisor --report=survey --format=csv --no-show-all-rows --report-output=./out/survey.csv --project-dir=./advi_results

See Also