Main Content

MaximumExecutionTimeCallNum

Get the call number at which maximum number of timer ticks occurred (MATLAB code generation)

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 an execution.

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