Latency check for the simulink model.
Afficher commentaires plus anciens
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.
Réponses (1)
Tridib
le 17 Fév 2026
0 votes
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 commentaire
Tharun Kumar
le 17 Fév 2026
Catégories
En savoir plus sur Model Compatibility dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!