Retrieve profile data object
downloads the profiler files from the
target computer to the
development computer and assigns the data to the
profiler_object = getProfilerData(target_object)profiler_object. It displays an execution profile plot
and a code execution profiling report.
The Execution Profile plot shows the allocation of execution cycles across the four processors, indicated by the colored horizontal bars. The Code Execution Profiling Report lists the model sections. The numbers underneath the bars indicate the processor cores.
The Code Execution Profiling Report displays model execution profile results for each task.
To display the profile data for a section of the model, click the
membrane button
next to the section.
To display the TET data for the section in the Simulation Data
Inspector, click the Plot time series data button
.
To view the section in Simulink® Editor, click the link next to the Expand
Tree button
.
To view the lines of generated code corresponding to the section,
click the expand tree button
, and then click the view source
button
.
downloads the profiler files from the
target computer to the
development computer and assigns the data to profiler_object = getProfilerData(target_object);profiler_object.
To display the profiler results, call the plot and
report functions with the
profiler_object as the argument.
Enable
Profiler | ProfilerData | resetProfiler | stopProfiler | Target