Main Content

MaximumExecutionTimeCallNum

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

Description

example

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 a simulation.

Examples

collapse all

To get the call number at which the maximum number of timer ticks was recorded, use the MaximumExecutionTimeCallNum property of the NthSectionProfile object.

MaxTicksCallNum = NthSectionProfile.MaximumExecutionTimeCallNum;

Input Arguments

collapse all

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

Example: NthSectionProfile

Output Arguments

collapse all

The MaxTicksCallNum is the call number at which the maximum number of timer ticks occurred for a single invocation of the profiled code section.

Version History

Introduced in R2012b