TotalTurnaroundTimeInTicks
Get total number of timer ticks between start and finish of the profiled code section over the entire execution. (MATLAB code generation)
Description
returns the total number of timer ticks recorded between the start and finish of the
profiled code section over the entire execution. Unless the code is pre-empted, this is the
same as the total execution time.TotalTurnaroundTicks
= NthSectionProfile
.TotalTurnaroundTimeInTicks
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2012b
See Also
getCoderExecutionProfile
| Sections
| TimerTicksPerSecond
| report
| Name
| Number
| NumCalls
| MaximumExecutionTimeCallNum
| MaximumSelfTimeCallNum
| ExecutionTimeInTicks
| MaximumExecutionTimeInTicks
| TotalExecutionTimeInTicks
| SelfTimeInTicks
| MaximumSelfTimeInTicks
| TotalSelfTimeInTicks
| MaximumTurnaroundTimeInTicks
| MaximumTurnaroundTimeCallNum
| TurnaroundTimeInTicks