Visible to Intel only — GUID: GUID-1BE7A792-AC57-4E47-95CB-DA7799F7C10E
Visible to Intel only — GUID: GUID-1BE7A792-AC57-4E47-95CB-DA7799F7C10E
show-loops
Show only loops in a report.
GUI Equivalent
Filters
Syntax
--show-loops --no-show-loops |
Default
On (show-loops)
Actions Modified
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