Searched refs:stopInNanos (Results 1 – 1 of 1) sorted by relevance
58 "Timer instance was already stopped for: %s at [%s]", metricKey, stopInNanos)); in stop()61 stopInNanos = ClockProvider.timeInNanos(); in stop()65 return stopInNanos != 0; in isStopped()73 return stopInNanos - startInNanos; in getDurationInNanos()81 private long stopInNanos; field in Timer