MaximumExecutionTimeCallNum

Get the call number at which maximum number of timer ticks occurred

Syntax

MaxTicksCallNum = NthSectionProfile.MaximumExecutionTimeCallNum

Description

MaxTicksCallNum = NthSectionProfile.MaximumExecutionTimeCallNum returns the call number at which the maximum number of timer ticks was recorded in a single invocation of the profiled code section during an execution.

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

Output Arguments

MaxTicksCallNum

Call number at which the maximum number of timer ticks occurred for a single invocation of the profiled code section

Introduced in R2012b