Intel® Advisor Help
Show only functions in a report.
Filters
--show-functions --no-show-functions |
Off (no-show-functions)
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.
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