Re: Tools for comparing Simulink algorithms?



"Sean " <nospam@xxxxxxxxxx> wrote in message
news:g1jqmd$fq8$1@xxxxxxxxxxxxxxxxxxxxx
Is there a way to compare the performance of Simulink
algorithms?

You can use the Simulink Profiler (which comes with Simulink).

In the model window, click Tools, and Profiler. This turns on the profiler.
Now run the model. When it completes, you will get a profile report, similar
to MATLAB's profile report.

You can also use the Model Advisor (Tools / Model Advisor) to see what
recommended performance-related changes can be made to your algorithm.

Hope this helps,
Devdatt


.



Relevant Pages

  • Re: Performance tuning
    ... We work with ANTS profiler ... I find it funny that switch uses a dictionary, ... If you are performance tuning, then you have a goal in mind for what ... but rather down to bulk algorithms e.g. looping over a pair of collections ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Question about FastMM
    ... > But the process of optimizing code is hard and it requires a programmer to ... > understand algorithms, hardware architecture, how to use a profiler, etc.. ...
    (borland.public.delphi.non-technical)
  • Re: Information on a undocumented function (callstats)
    ... I looked everywhere for some documentation on ... callstats was an early incarnation of the 2nd generation ... MATLAB Profiler ... get the result of the Simulink Profiler? ...
    (comp.soft-sys.matlab)

Loading