Simulink profiler timing problem

1 vue (au cours des 30 derniers jours)
Craig
Craig le 25 Oct 2014
Hello,
I have Show Profiler Report selected in Simulink 2013b
The simulink profiler is giving total recorded times in the order of 6 times longer than what i'm measuring using my watch.
What's going on?
Many thanks,
Craig

Réponses (1)

Sandip Kumar
Sandip Kumar le 27 Oct 2014
First time when you run a model in Accelerator mode, and have profiler on, the report also includes the build of the model into an executable (i.e., the MEXW64 file). Probably this is the reason you are witnessing high recorded time compared to actual simulation of the model.
One way to quickly check is, to re-run the model (which already has the accelerator mode file present modelName_acc.mexw64 in the path). This time the profiler will show lower recorded time.
Some of the other ways of improving Accelerator mode performance is captured here:
Thanks, Sandip

Catégories

En savoir plus sur Multicore Processor Targets dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by