MaximumTurnaroundTimeCallNum

Get call number of the maximum number of timer ticks between start and finish of a single invocation of profiled code section

Syntax

MaxTurnaroundTicksCallNum = NthSectionProfile.MaximumTurnaroundTimeCallNum

Description

MaxTurnaroundTicksCallNum = NthSectionProfile.MaximumTurnaroundTimeCallNum returns the call number in which the maximum number of timer ticks was recorded between start and finish of a single invocation of the profiled code section during a simulation. Unless the code is pre-empted, this is the same as the maximum execution time.

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

Output Arguments

MaxTurnaroundTicksCallNum

Call number of the maximum number of timer ticks between start and finish of a single invocation of profiled code section