A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-DFC0FD09-B9F2-4D1E-963A-F1FAB53A66EC
Visible to Intel only — GUID: GUID-DFC0FD09-B9F2-4D1E-963A-F1FAB53A66EC
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