Main Content

MaximumSelfTimeCallNum

Get the call number at which the maximum number of timer ticks occurred, excluding time spent in child functions (MATLAB code generation)

Description

example

MaxSelfTicksCallNum = NthSectionProfile.MaximumSelfTimeCallNum returns the call number at which the maximum number of self-time ticks occurred for the profiled code section.

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.

MaxSelfTicksCallNum = NthSectionProfile.MaxSelfTimeCallNum;

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 MaxSelfTicksCallNum is the call number at which the maximum number of self-time ticks occurred for profiled code section.

Version History

Introduced in R2012b