Package com.datadog.trace.common.util
See: Description
-
Class Summary Class Description Clock A simple wrapper for system clock that aims to provide the current time The JDK provides two clocks: one in nanoseconds, for precision, but it can only use to measure durations one in milliseconds, for accuracy, useful to provide epoch time At this time, we are using a millis precision (converted to micros) in order to guarantee consistency between the span start times and the durations