Main Content
ExecutionTimeInSeconds
Get execution time in seconds for profiled section of code (MATLAB code generation)
Description
returns a vector of execution times, measured in seconds, for the profiled section
of code. Each element of ExecutionTimes
= NthSectionProfile
.ExecutionTimeInSecondsExecutionTimes
contains the difference
between the timer reading at the start and the end of the section.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2013a