ExecutionTimeInTicks
Get execution times in timer ticks for profiled section of code (MATLAB code generation)
Description
returns a vector of execution times, measured in timer ticks, for the profiled section
of code. Each element of ExecutionTimes
= NthSectionProfile
.ExecutionTimeInTicksExecutionTimes
contains the difference
between the timer reading at the start and the end of the section. The data type of the
arrays is the same as the data type of the timer used on the target, which allows you to
infer the maximum range of the timer measurements.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2012b
See Also
ExecutionTimeInSeconds
| getCoderExecutionProfile
| Sections
| TimerTicksPerSecond
| report
| Name
| Number
| NumCalls
| MaximumExecutionTimeCallNum
| MaximumSelfTimeCallNum
| MaximumExecutionTimeInTicks
| TotalExecutionTimeInTicks
| SelfTimeInTicks
| MaximumSelfTimeInTicks
| TotalSelfTimeInTicks
| MaximumTurnaroundTimeInTicks
| MaximumTurnaroundTimeCallNum
| TurnaroundTimeInTicks
| TotalTurnaroundTimeInTicks