MaximumSelfTimeCallNum
Get the call number at which the maximum number of timer ticks occurred, excluding time spent in child functions
Syntax
MaxSelfTicksCallNum
= NthSectionProfile
.MaxSelfTimeCallNum
Description
returns
the call number at which the maximum number of self-time ticks occurred
for the profiled code section.MaxSelfTicksCallNum
= NthSectionProfile
.MaxSelfTimeCallNum
NthSectionProfile
is a coder.profile.ExecutionTimeSection
object
generated by the coder.profile.ExecutionTime
property Sections
.
Output Arguments
|
Call number at which the maximum number of self-time ticks occurred for profiled code section |
Version History
Introduced in R2012b
See Also
Sections
| TimerTicksPerSecond
| display
| report
| Name
| ExecutionTimeInTicks
| Number
| NumCalls
| MaximumExecutionTimeCallNum
| ExecutionTimeInTicks
| MaximumExecutionTimeInTicks
| TotalExecutionTimeInTicks
| SelfTimeInTicks
| MaximumSelfTimeInTicks
| TotalSelfTimeInTicks
| MaximumTurnaroundTimeInTicks
| MaximumTurnaroundTimeCallNum
| TurnaroundTimeInTicks
| TotalTurnaroundTimeInTicks