Searched refs:readMicros (Results 1 – 3 of 3) sorted by relevance
229 doSetRate(permitsPerSecond, stopwatch.readMicros()); in setRate()287 return reserveAndGetWaitLength(permits, stopwatch.readMicros()); in reserve()354 long nowMicros = stopwatch.readMicros(); in tryAcquire()408 abstract long readMicros(); in readMicros() method in RateLimiter.SleepingStopwatch417 long readMicros() { in createFromSystemTimer() method
31 long readMicros() {
444 public long readMicros() { in readMicros() method in RateLimiterTest.FakeStopwatch