recordInterval(since:end:)

Record the time interval (with nanosecond precision) between the passed since dispatch time and end dispatch time.

Metrics.swift:50
func recordInterval(since: DispatchTime, end: DispatchTime = .now())

Parameters

since

Start of the interval as DispatchTime.

end

End of the interval, defaulting to .now().