すべての算術操作を単精度浮動小数点操作、または int32 操作とみなします。
[プロジェクトのプロパティー] > [解析ターゲット] > [パフォーマンスのモデル化] > [その他のパラメーター]
--force-32bit-arithmetics --no-force-32bit-arithmetics |
オフ (no-force-32bit-arithmetics)
サーベイ解析を実行します。
特性化ステージのトリップカウント & FLOP 解析を実行します。
ターゲットデバイスでアプリケーションのパフォーマンスをモデル化する際に、32 ビット演算を強制します。
advisor --collect=survey --static-instruction-mix --project-dir=./advi_results -- ./myApplication
advisor --collect=tripcounts --flop --enable-data-transfer-analysis --project-dir=./advi_results -- ./myApplication advisor --collect=projection --force-32bit-arithmetics --project-dir=./advi_results