xPC Target & concurrent models - how to get TET?

3 visualizaciones (últimos 30 días)
Chethan Pandarinath
Chethan Pandarinath el 7 de Jul. de 2014
Comentada: Chethan Pandarinath el 8 de Jul. de 2014
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.

Respuestas (1)

Suneesh
Suneesh el 7 de Jul. de 2014
Editada: Suneesh el 7 de Jul. de 2014
Have you tried using the profiler? Here is an example for a concurrently executed model:
  1 comentario
Chethan Pandarinath
Chethan Pandarinath el 8 de Jul. de 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.

Iniciar sesión para comentar.

Categorías

Más información sobre Multicore Processor Targets en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by