Main Content
getTimingInfo
Class: sltest.testmanager.TestCaseResult
Namespace: sltest.testmanager
Syntax
timing = getTimingInfo(tcr)
timing = getTimingInfo(tcr,phase)
Description
returns the timing durations for the execution phases in the test case result.timing
= getTimingInfo(tcr
)
returns the duration of the specified execution phase or phases in the test case result. To
obtain timing durations for more than one phase, enter a comma-separated list.timing
= getTimingInfo(tcr
,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