How can I get the code execution tome of the model in simulink? (for the code generation of the C2000 processors)
Mostrar comentarios más antiguos
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 comentarios
Sudarshan Kolar
el 27 de Feb. de 2017
To determine the execution time of a model you can use the following command:
tic
sim('myModel');
toc
Hope that helps.
JIANWEI
el 28 de Feb. de 2017
Respuesta aceptada
Más respuestas (1)
Manex Barrenetxea
el 27 de Oct. de 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.
Categorías
Más información sobre Code Generation en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!