xPC Target & concurrent models - how to get TET?

2 visualizzazioni (ultimi 30 giorni)
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.

Risposte (1)

Suneesh
Suneesh il 7 Lug 2014
Modificato: Suneesh il 7 Lug 2014
Have you tried using the profiler? Here is an example for a concurrently executed model:
  1 Commento
Chethan Pandarinath
Chethan Pandarinath il 8 Lug 2014
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.

Accedi per commentare.

Categorie

Scopri di più su Multicore Processor Targets in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by