-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
I initially said in review that it should be in Metrics: #83
but maybe that was wrong; it does not depend on foundation but just dispatch hm.
swift-metrics/Sources/Metrics/Metrics.swift
Lines 42 to 44 in 44e8bfc
| func recordInterval(since: DispatchTime, end: DispatchTime = .now()) { | |
| self.recordNanoseconds(end.uptimeNanoseconds - since.uptimeNanoseconds) | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels