Latency check for the simulink model.
23 views (last 30 days)
Show older comments
Hello,I have created a simulink model and want to check individual blocks latency in the simulink.Some one please suggest me what is the best way to check the latency of the individual blocks and also check latency of complete model.
0 Comments
Answers (1)
Tridib
on 17 Feb 2026 at 8:47
You can use the Simulink Profiler to measure execution times for individual blocks and subsystems while your model is running. The profiler generates a detailed report showing the time spent in each block, with two key metrics: Self Time, which reflects the execution time of the block itself, and Total Time, which includes the execution time of the block along with all blocks contained within it (children). This helps you clearly assess both the isolated performance of specific blocks and the cumulative cost of hierarchical subsystems, as well as your model.
For more information, refer to the following documentations:
Hope this helps!
See Also
Categories
Find more on Model Compatibility 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!