Main Content

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

MaxSelfTicksCallNum = NthSectionProfile.MaxSelfTimeCallNum returns the call number at which the maximum number of self-time ticks occurred for the profiled code section.

NthSectionProfile is a coder.profile.ExecutionTimeSection object generated by the coder.profile.ExecutionTime property Sections.

Output Arguments

MaxSelfTicksCallNum

Call number at which the maximum number of self-time ticks occurred for profiled code section

Version History

Introduced in R2012b