display |
Generate message that describes how to open code execution profiling report |
ExecutionTimeInTicks |
Get execution times in timer ticks for profiled section of code |
ExecutionTimeInSeconds |
Get execution time in seconds for profiled section of code |
Name |
Get name of profiled code section |
Number |
Get number that uniquely identifies profiled code section |
NumCalls |
Total number of calls to profiled code section |
schedule |
Visualize task scheduling (Since R2021a) |
Sections |
Get array of coder.profile.ExecutionTimeSection objects for profiled code sections |
SelfTimeInTicks |
Get number of timer ticks recorded for profiled code section, excluding time spent in child functions |
Time |
Get simulation time for code section |
TimerTicksPerSecond |
Get and set number of timer ticks per second |
TotalExecutionTimeInTicks |
Get total number of timer ticks recorded for profiled code section |
TotalSelfTimeInTicks |
Get total number of timer ticks recorded for profiled code section, excluding time spent in child functions |
TotalTurnaroundTimeInTicks |
Get total number of timer ticks between start and finish of the profiled code section over the entire simulation |
TurnaroundTimeInTicks |
Get number of timer ticks between start and finish of the profiled code section |
report |
Open code execution profiling report and specify display of time measurements |