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