TotalExecutionTimeInTicks

Get total number of timer ticks recorded for profiled code section

Syntax

TotalTicks = NthSectionProfile.TotalExecutionTimeInTicks

Description

TotalTicks = NthSectionProfile.TotalExecutionTimeInTicks returns the total number of timer ticks recorded for the profiled code section over the entire execution.

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

Output Arguments

TotalTicks

Total number of timer ticks for profiled code section

Introduced in R2012b