Get number of timer ticks recorded for profiled code section, excluding time spent in child functions
SelfTicks
= NthSectionProfile
.SelfTimeInTicks
returns
the number of timer ticks recorded for the profiled code section.
However, this number excludes the time spent in calls to child functions.SelfTicks
= NthSectionProfile
.SelfTimeInTicks
NthSectionProfile
is a coder.profile.ExecutionTimeSection
object
generated by the coder.profile.ExecutionTime
property Sections
.
|
Number of timer ticks for profiled code section, excluding periods in child functions |
display
| ExecutionTimeInTicks
| ExecutionTimeInTicks
| MaximumExecutionTimeCallNum
| MaximumExecutionTimeInTicks
| MaximumSelfTimeCallNum
| MaximumSelfTimeInTicks
| MaximumTurnaroundTimeCallNum
| MaximumTurnaroundTimeInTicks
| Name
| Number
| NumCalls
| report
| Sections
| TimerTicksPerSecond
| TotalExecutionTimeInTicks
| TotalSelfTimeInTicks
| TotalTurnaroundTimeInTicks
| TurnaroundTimeInTicks