Documentation

TurnaroundTimeInTicks

Get number of timer ticks between start and finish of the profiled code section

Syntax

TurnaroundTicks=NthSectionProfile.TurnaroundTimeInTicks

Description

TurnaroundTicks=NthSectionProfile.TurnaroundTimeInTicksreturns the number of timer ticks recorded between the start and finish of the profiled code section. Unless the code is pre-empted, this is the same as the execution time.

NthSectionProfileis acoder.profile.ExecutionTimeSectionobject generated by thecoder.profile.ExecutionTimepropertySections.

Output Arguments

TurnaroundTicks

Number of timer ticks between start and finish of the profiled code section