Main Content
matlab.perftest.TimeResult Class
Namespace: matlab.perftest
Superclasses: matlab.unittest.measurement.MeasurementResult
Result from running time experiment
Description
Objects of the TimeResult
class hold information describing the result
from running a time experiment on a test suite using the matlab.perftest.TimeExperiment
class. Objects contain information about the
time measurements and the corresponding functional test results.
The test results are available as a table.
Creation
The MATLAB® testing framework creates an instance of the TimeResult
class when you run a time experiment.