A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-2726A69E-1F34-4255-8795-4637BFAF77E9
Visible to Intel only — GUID: GUID-2726A69E-1F34-4255-8795-4637BFAF77E9
recalculate-time
Recalculate total time after filtering a report.
GUI Equivalent
Filters
Syntax
--recalculate-time --no-recalculate-time |
Default
On (recalculate-time)
Example
Generate a Survey report. Show data only for scalar loops. Do not recalculate total time.
advisor --report=survey --filter=”Type”=”Scalar” --no-recalculate-time --project-dir=./advi_results
Generate a Survey report. Show data only for loops/functions from my_module1. Explicitly recalculate total time.
advisor --report=survey --filter=”Module”=”my_module1” --recalculate-time --project-dir=./advi_results