Details
-
New Feature
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
Service Arch 2020-02-10
Description
We have a common pattern where we we call ClockSource::now() multiple times to record a duration. However, our Timer class works with TickSources instead. I think we should add a similar class nested within ClockSource. This would serve a use case where we need to capture timing for log lines or errors instead of metrics.