time_this_to_measurement¶
- lsst.verify.timer.time_this_to_measurement(measurement: Measurement)¶
Time the enclosed block and record it as an lsst.verify measurement.
- Parameters:
- measurement
lsst.verify.Measurement
Measurement object to fill with the timing information. Its metric must have time dimensions. Any properties other than
metric
andmetric_name
may be overwritten.
- measurement