performance optimization -凯发k8网页登录
to improve the performance of your real-time application, consider the following changes:
change a single-rate model that is inherently multirate to a multirate model.
use a multicore target computer, and then set the tasking mode to multitasking.
determine the lower limit on sample time that does not produce a cpu overload.
configure a real-time application for profiling, run it with the profiling functions, and retrieve the results. evaluate the results for potential improvements in the task and core distribution of the model.
for an inherently single-rate model, execute the real-time application on a multicore target computer with polling mode.
categories
execution profiling, display, analysis, and optimization by using matlab® functions
real-time application and multicore target computer configuration for concurrent execution