Visible to Intel only — GUID: GUID-392448C4-AC0D-4C47-9945-800584921D60
Visible to Intel only — GUID: GUID-392448C4-AC0D-4C47-9945-800584921D60
show-functions
Show only functions in a report.
GUI Equivalent
Filters
Syntax
--show-functions --no-show-functions |
Default
Off (no-show-functions)
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 --project-dir=./advi --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