TotalSelfTimeInTicks

Get total number of timer ticks recorded for profiled code section, excluding time spent in child functions

Syntax

TotalSelfTicks = NthSectionProfile.TotalSelfTimeInTicks

Description

TotalSelfTicks = NthSectionProfile.TotalSelfTimeInTicks returns the total number of timer ticks recorded for the profiled code section over the entire simulation. However, this number excludes the time spent in calls to child functions.

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

Output Arguments

TotalSelfTicks

Total number of timer ticks for profiled code section, excluding periods in child functions

Introduced in R2012b