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