プロファイラーレポートの自己時間の内訳について

4 views (last 30 days)
Yonasawa
Yonasawa on 12 Oct 2021
MATLAB R2020aを使用しています。
Simulinkで作成したモデルをプロファイラーレポートを有効化して、シミュレーション実行しました。
プロファイラーレポートを「モデルの階層構造ビュー」で表示して、ツリー最上部の項目をクリックすると自己時間の内訳が表示されます。
この内訳の各項目(実行ノード)の意味について教えてください。(知りたい項目は以下に記載)
また、この内訳の中で、モデルの実装内容に関わらず固定で処理時間が掛かるものはあるのでしょうか?
■自己時間の内訳の項目(実行ノード) ※モデル名:SampleModel
・SampleModel.Terminate
・SampleModel.Update
・terminationPhase
・SampleModel.Outputs.Major
・SampleModel.Outputs.ParameterChangeEvent
・simulationPhase
・SampleModel.Outputs.InvariantConstants
・SampleModel.CleanupRunTimeResources
・SampleModel.Enable
・SampleModel.SetupRunTimeResources
・initializationPhase
・SampleModel.InitializeConditions
・SampleModel.Outputs.ParameterChangeEvent
・simulate(SampleModel)

Answers (0)

Categories

Find more on マルチコア プロセッサ ターゲット in Help Center and File Exchange

Products


Release

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!