Intel® Advisor User Guide

ID 766448
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

recalculate-time

Recalculate total time after filtering a report.

GUI Equivalent

Filters

Syntax

--recalculate-time

--no-recalculate-time

Default

On (recalculate-time)

Actions Modified

report=survey --filter

report=tripcounts --filter

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

See Also