MaximumExecutionTimeInTicks

Get maximum number of timer ticks for single invocation of profiled code section

Syntax

MaxTicks = NthSectionProfile.MaximumExecutionTimeInTicks

Description

MaxTicks = NthSectionProfile.MaximumExecutionTimeInTicks returns the maximum number of timer ticks 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

MaxTicks

Maximum number of timer ticks for single invocation of profiled code section

Introduced in R2012b