Get array of coder.profile.ExecutionTimeSection
objects
for profiled code sections
NthSectionProfile
= myExecutionProfile
.Sections(N
)
numberOfSections
= length(myExecutionProfile
.Sections)
returns
an NthSectionProfile
= myExecutionProfile
.Sections(N
)coder.profile.ExecutionTimeSection
object for
the N
th profiled code section.
returns
the number of code sections for which profile data is available.numberOfSections
= length(myExecutionProfile
.Sections)
myExecutionProfile
is a workspace
variable generated by a simulation.
|
Index of code section for which profile data is required |
|
Object that contains profile information about the code section.
You can use the following
|
|
Number of code sections with profile data |