Contents

startMeasuring()

Starts recording performance metrics within a block of code.

Declaration

func startMeasuring()

Discussion

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

See Also

Measuring Performance