How can I get the code execution tome of the model in simulink? (for the code generation of the C2000 processors)
Show older comments
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 Comments
Sudarshan Kolar
on 27 Feb 2017
To determine the execution time of a model you can use the following command:
tic
sim('myModel');
toc
Hope that helps.
JIANWEI
on 28 Feb 2017
Accepted Answer
More Answers (1)
Manex Barrenetxea
on 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.
Categories
Find more on Code Generation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!