How can I get the code execution tome of the model in simulink? (for the code generation of the C2000 processors)
Afficher commentaires plus anciens
I want to know what is the execution time of my model in simulink. I need to set a proper sampling time for the code generation for C2000 processors.
Thanks.
2 commentaires
Sudarshan Kolar
le 27 Fév 2017
To determine the execution time of a model you can use the following command:
tic
sim('myModel');
toc
Hope that helps.
JIANWEI
le 28 Fév 2017
Réponse acceptée
Plus de réponses (1)
Manex Barrenetxea
le 27 Oct 2017
Dear Antonin,
We have tried to measure and visualize execution time and preemptions for the different synchronous rates in our model following your recommendation. However, the following error arose while compiling:
*The parameter ExecutionProfileBufferLen is not defined for selected hardware board.
We are trying to measure the execution times of the F28335 board. Could you clarify us which could be the root of the error we are having?
Thank you in advance and best regards,
Manex.
Catégories
En savoir plus sur Code Generation dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!