Simulink Profiler and its total time

조회 수: 4 (최근 30일)
Hafsa Hamidane
Hafsa Hamidane 2022년 9월 25일
답변: Kothuri 2025년 2월 6일
Hello,
I have a question concerning Simulink Profiler, I wonder if the total time "Simulink Profiler" consider also the time of execution when calling the function in case when using an interpreted Matlab function?
Thank you.
  댓글 수: 1
Amish
Amish 2025년 2월 5일
The Simulink Profiler reports the total time taken by each block, including any MATLAB function calls made during the simulation. Thus, the execution time of the Interpreted MATLAB Function block will reflect the time taken to execute the MATLAB code it contains

댓글을 달려면 로그인하십시오.

답변 (1개)

Kothuri
Kothuri 2025년 2월 6일
The Simulink Profiler measures the total execution time for the simulation and the execution time for each model component, including blocks, subsystems, and model references.
You can refer the below documentation for more info on SImulink Profiler

카테고리

Help CenterFile Exchange에서 Modeling에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by