How can I get the code execution tome of the model in simulink? (for the code generation of the C2000 processors)
이전 댓글 표시
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
Sudarshan Kolar
2017년 2월 27일
To determine the execution time of a model you can use the following command:
tic
sim('myModel');
toc
Hope that helps.
JIANWEI
2017년 2월 28일
채택된 답변
추가 답변 (1개)
Manex Barrenetxea
2017년 10월 27일
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.
카테고리
도움말 센터 및 File Exchange에서 Code Generation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!