How can i get the Task Execution Time of a simulink model in Execution Profiling for Real-Time Applications
3 ビュー (過去 30 日間)
古いコメントを表示
I am using the simulink Real-time and i want to know the Task Execution Time of my simulink model in every samples. So i follow the steps of the help as shown in the following figure:
According to the help , I finally get the Estimated Execution Time-line Figure. The figure x-axis represent the time when the task was performed(not the TET). The time is marked with a red arrow as shown in the following figure.
I want to know the all the time. Can you provide me with some methods? Thank you
0 件のコメント
回答 (1 件)
Dimitri MANKOV
2022 年 8 月 12 日
Hi Liqun,
In the figure you posted, the task execution time (TET) is represented by the length of each green bar. Besides the plot, you should also get a report in the form of a table with the TET statistics, as illustrated in the documentation:
Furthermore, you can use the "TET" block in your model if you'd like to continuously monitor the task execution time from within your real-time application.
I hope this is useful!
Dimitri
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!