Get total number of timer ticks between start and finish of the profiled code section over the entire execution.
totalTurnaroundTicks
= NthSectionProfile
.TotalTurnaroundTimeInTicks
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
NthSectionProfile
is a coder.profile.ExecutionTimeSection
object
generated by the coder.profile.ExecutionTime
property Sections
.
|
Total number of timer ticks between start and finish of the profiled code section over the entire execution |
ExecutionTimeInTicks
| MaximumExecutionTimeCallNum
| MaximumExecutionTimeInTicks
| MaximumSelfTimeCallNum
| MaximumSelfTimeInTicks
| MaximumTurnaroundTimeCallNum
| MaximumTurnaroundTimeInTicks
| Name
| NumCalls
| Number
| Sections
| SelfTimeInTicks
| TimerTicksPerSecond
| TotalExecutionTimeInTicks
| TotalSelfTimeInTicks
| TurnaroundTimeInTicks
| getCoderExecutionProfile
| report