MaximumSelfTimeInTicks

Get the maximum number of timer ticks recorded for profiled code section, excluding time spent in child functions

Syntax

MaxSelfTicks = NthSectionProfile.MaximumSelfTimeInTicks

Description

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.

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

Output Arguments

MaxSelfTicks

Maximum number of timer ticks for profiled code section, excluding periods in child functions

Introduced in R2012b