getTimingInfo
Class: sltest.testmanager.TestSuiteResult
Namespace: sltest.testmanager
Syntax
timing = getTimingInfo(tsr)
timing = getTimingInfo(tsr,phase)
Description
returns the timing durations for the timing
= getTimingInfo(tsr
)Setup
and Cleanup
callbacks and Coverage
execution phases in the test suite result. If a
phase does not exist for the file, timing for that phase is not returned.
returns the duration of the specified execution phase or phases in the test suite result. To
obtain timing durations for more than one phase, enter a comma-separated list. If a phase does
not exist for the file, timing for that phase is not returned.timing
= getTimingInfo(tsr
,phase
)
Note
Multiple-release tests, real-time tests, and RoadRunner tests do not create TimingInfo
objects.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2024a