可能であれば、EXP、LOG、SIN、COS などの数学関数の呼び出しをモデル化します。
[プロジェクトのプロパティー] > [解析ターゲット] > [パフォーマンスのモデル化] > [その他のパラメーター]
--model-extended-math --no-model-extended-math |
オフ (model-extended-math)
サーベイ解析を実行します。
特性化ステージのトリップカウント & FLOP 解析を実行します。
ターゲットデバイスでアプリケーションのパフォーマンスをモデル化し、数学関数の呼び出しを拡張数学命令としてモデル化しません。
advisor --collect=survey --static-instruction-mix --project-dir=./advi_results -- ./myApplication
advisor --collect=tripcounts --flop --enable-data-transfer-analysis --project-dir=./advi_results -- ./myApplicationadvisor --collect=projection --no-model-extended-math --project-dir=./advi_results