Info

This question is closed. Reopen it to edit or answer.

Runtime measurement external mode

1 view (last 30 days)
Nikolay
Nikolay on 28 Jan 2016
Closed: MATLAB Answer Bot on 20 Aug 2021
Hello,
I run a model in external mode using RaspberryPi2. Is it possible to get the netto runtime (on the external device)?
I already tried with:
tic; set_param('GettingStarted', 'SimulationCommand', 'start'); toc
This, however, measures the time during the complete process of: compiling, downloading and execution. The profile report does not seem to work with ''external'' and ''Rapid Accelerator'' mode.
Thanks, Nikolay
  1 Comment
Amgad Salama
Amgad Salama on 2 Aug 2017
Did you know how to solve your problem? I'm facing the same problem.

Answers (0)

Community Treasure Hunt

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

Start Hunting!