オフロードの先頭に使用する並列スレッド数を指定します。
[プロジェクトのプロパティー] > [解析ターゲット] > [パフォーマンスのモデル化] > [その他のパラメーター]
--threads=<integer> |
<integer> は、並列スレッド数です。選択したターゲットデバイスの構成をベースにモデルを決定するには、0 を指定します。
0
サーベイ解析を実行します。
特性化ステージのトリップカウント & FLOP 解析を実行します。
オフロードヘッドごとに 3 つの並列スレッドを使用して、ターゲットデバイスでアプリケーションのパフォーマンスをモデル化します。
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 --threads=3 --project-dir=./advi_results