How to get the computation time of simulinkcomponent(.ssc) in simulink model(.slx)
12 ビュー (過去 30 日間)
古いコメントを表示
I would like to get the calculation time for a single component block in a slx file. simulink profiler did not give me the calculation time for a single .ssc block. the slx file is complex and the ssc block is a part of it.
0 件のコメント
回答 (1 件)
Pramil
2024 年 10 月 16 日
Hi Usachi,
The Simulink Profiler identifies execution time for each and individual blocks present in a model.
It works for SSC blocks as well. Assuming that you got zero as total time for your SSC block, it does not means that the profiler is not able to compute the blocks time, but rather that the time taken by the block during execution is inconsequential hence therefore stated as zero.
You can know more about how does Simulink Profiler works through the following documentation:
Hope it helps.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Foundation and Custom Domains についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!