recalculate-time

レポートをフィルター処理した後、合計時間を再計算します。

GUI オプション

[フィルター]

構文

--recalculate-time

--no-recalculate-time

デフォルト

オン (recalculate-time)

影響するアクション

report=survey --filter

report=tripcounts --filter

サーベイレポートを生成します。スカラーループのデータのみを表示します。合計時間を再計算しません。

advisor --report=survey --filter="Type"="Scalar" --no-recalculate-time --project-dir=./advi_results

サーベイレポートを生成します。my_module1 のループ/関数のデータのみを表示します。合計時間の再計算を指示します。

advisor --report=survey --filter="Module"="my_module1" --recalculate-time --project-dir=./advi_results

関連情報