Latency check for the simulink model.
Mostrar comentarios más antiguos
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.
Respuestas (1)
Tridib
el 17 de Feb. de 2026
0 votos
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!
1 comentario
Tharun Kumar
el 17 de Feb. de 2026
Categorías
Más información sobre Model Compatibility Checks en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!