Contents

stopMeasuring()

Ends recording performance metrics within a block of code.

Declaration

func stopMeasuring()

Discussion

Call this method to end the measurement of metrics by the measureMetrics(_:automaticallyStartMeasuring:for:) method. Measurement will end immediately after this method is called from within the measured block.

See Also

Measuring Performance