フィルターのクリア

xPC Target & concurrent models - how to get TET?

6 ビュー (過去 30 日間)
Chethan Pandarinath
Chethan Pandarinath 2014 年 7 月 7 日
I have an xPC target model that runs on 4 separate cores. I would like to get the task execution time (TET) for all the cores.
This should be as simple as creating subsystems that have the xPC Target TET block and assigning one to each core. However, the xPC Target TET requires that only one instance exist per model, so I am unable to have one per core.
Does anyone have a good workaround for this?
Thanks in advance.

回答 (1 件)

Suneesh
Suneesh 2014 年 7 月 7 日
編集済み: Suneesh 2014 年 7 月 7 日
Have you tried using the profiler? Here is an example for a concurrently executed model:
  1 件のコメント
Chethan Pandarinath
Chethan Pandarinath 2014 年 7 月 8 日
Hi, thanks Sunish. That's not a bad option for debugging. I was hoping to get the values myself for each core, for each clock tick, so I could log the values down with the rest of my datastream (which is output over a raw ethernet block). So unfortunately this won't quite do what I want, in the same way that an xPC Target TET block that worked for multiple cores would do. Thanks for the suggestion.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeMulticore Processor Targets についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by