Get total number of timer ticks recorded for profiled code section, excluding time spent in child functions
TotalSelfTicks
= NthSectionProfile
.TotalSelfTimeInTicks
returns
the total number of timer ticks recorded for the profiled code section
over the entire simulation. However, this number excludes the time
spent in calls to child functions.TotalSelfTicks
= NthSectionProfile
.TotalSelfTimeInTicks
NthSectionProfile
is a coder.profile.ExecutionTimeSection
object
generated by the coder.profile.ExecutionTime
property Sections
.
|
Total 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
| SelfTimeInTicks
| TimerTicksPerSecond
| TotalExecutionTimeInTicks
| TotalTurnaroundTimeInTicks
| TurnaroundTimeInTicks