Home
last modified time | relevance | path

Searched defs:stopwatch (Results 1 – 25 of 37) sorted by relevance

12

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DSimpleTimeLimiterTest.java97 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_goodMethodWithEnoughTime() local
109 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_goodMethodWithNotEnoughTime() local
127 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_badMethodWithEnoughTime() local
141 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_badMethodWithNotEnoughTime() local
153 Stopwatch stopwatch = Stopwatch.createStarted(); in testCallWithTimeout_goodCallableWithEnoughTime() local
179 Stopwatch stopwatch = Stopwatch.createStarted(); in testCallUninterruptiblyWithTimeout_goodCallableWithEnoughTime() local
205 Stopwatch stopwatch = Stopwatch.createStarted(); in testRunWithTimeout_goodRunnableWithEnoughTime() local
230 Stopwatch stopwatch = Stopwatch.createStarted(); in testRunUninterruptiblyWithTimeout_goodRunnableWithEnoughTime() local
DUninterruptiblesTest.java105 Stopwatch stopwatch = Stopwatch.createStarted(); in testConditionAwaitTimeoutExceeded() local
116 Stopwatch stopwatch = Stopwatch.createStarted(); in testConditionAwaitTimeoutNotExceeded() local
127 Stopwatch stopwatch = Stopwatch.createStarted(); in testConditionAwaitInterruptedTimeoutExceeded() local
139 Stopwatch stopwatch = Stopwatch.createStarted(); in testConditionAwaitInterruptedTimeoutNotExceeded() local
152 Stopwatch stopwatch = Stopwatch.createStarted(); in testTryLockTimeoutExceeded() local
167 Stopwatch stopwatch = Stopwatch.createStarted(); in testTryLockTimeoutNotExceeded() local
179 Stopwatch stopwatch = Stopwatch.createStarted(); in testTryLockInterruptedTimeoutExceeded() local
195 Stopwatch stopwatch = Stopwatch.createStarted(); in testTryLockInterruptedTimeoutNotExceeded() local
209 Stopwatch stopwatch = Stopwatch.createStarted(); in testPutWithNoWait() local
238 Stopwatch stopwatch = Stopwatch.createStarted(); in testTakeWithNoWait() local
[all …]
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DSimpleTimeLimiterTest.java97 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_goodMethodWithEnoughTime() local
109 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_goodMethodWithNotEnoughTime() local
127 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_badMethodWithEnoughTime() local
141 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_badMethodWithNotEnoughTime() local
153 Stopwatch stopwatch = Stopwatch.createStarted(); in testCallWithTimeout_goodCallableWithEnoughTime() local
179 Stopwatch stopwatch = Stopwatch.createStarted(); in testCallUninterruptiblyWithTimeout_goodCallableWithEnoughTime() local
205 Stopwatch stopwatch = Stopwatch.createStarted(); in testRunWithTimeout_goodRunnableWithEnoughTime() local
230 Stopwatch stopwatch = Stopwatch.createStarted(); in testRunUninterruptiblyWithTimeout_goodRunnableWithEnoughTime() local
DUninterruptiblesTest.java104 Stopwatch stopwatch = Stopwatch.createStarted(); in testConditionAwaitTimeoutExceeded() local
115 Stopwatch stopwatch = Stopwatch.createStarted(); in testConditionAwaitTimeoutNotExceeded() local
126 Stopwatch stopwatch = Stopwatch.createStarted(); in testConditionAwaitInterruptedTimeoutExceeded() local
138 Stopwatch stopwatch = Stopwatch.createStarted(); in testConditionAwaitInterruptedTimeoutNotExceeded() local
151 Stopwatch stopwatch = Stopwatch.createStarted(); in testTryLockTimeoutExceeded() local
166 Stopwatch stopwatch = Stopwatch.createStarted(); in testTryLockTimeoutNotExceeded() local
178 Stopwatch stopwatch = Stopwatch.createStarted(); in testTryLockInterruptedTimeoutExceeded() local
194 Stopwatch stopwatch = Stopwatch.createStarted(); in testTryLockInterruptedTimeoutNotExceeded() local
208 Stopwatch stopwatch = Stopwatch.createStarted(); in testPutWithNoWait() local
237 Stopwatch stopwatch = Stopwatch.createStarted(); in testTakeWithNoWait() local
[all …]
/external/guava/android/guava/src/com/google/common/util/concurrent/
DRateLimiter.java132 static RateLimiter create(double permitsPerSecond, SleepingStopwatch stopwatch) { in create()
175 SleepingStopwatch stopwatch) { in create()
185 private final SleepingStopwatch stopwatch; field in RateLimiter
203 RateLimiter(SleepingStopwatch stopwatch) { in RateLimiter()
DSmoothRateLimiter.java217 SleepingStopwatch stopwatch, long warmupPeriod, TimeUnit timeUnit, double coldFactor) { in SmoothWarmingUp()
281 SmoothBursty(SleepingStopwatch stopwatch, double maxBurstSeconds) { in SmoothBursty()
330 private SmoothRateLimiter(SleepingStopwatch stopwatch) { in SmoothRateLimiter()
DServiceManager.java491 Stopwatch stopwatch = startupTimers.get(service); in tryStartTiming() local
598 Stopwatch stopwatch = entry.getValue(); in startupTimes() local
652 Stopwatch stopwatch = startupTimers.get(service); in transitionService() local
/external/guava/guava/src/com/google/common/util/concurrent/
DRateLimiter.java134 static RateLimiter create(double permitsPerSecond, SleepingStopwatch stopwatch) { in create()
205 SleepingStopwatch stopwatch) { in create()
215 private final SleepingStopwatch stopwatch; field in RateLimiter
233 RateLimiter(SleepingStopwatch stopwatch) { in RateLimiter()
DSmoothRateLimiter.java217 SleepingStopwatch stopwatch, long warmupPeriod, TimeUnit timeUnit, double coldFactor) { in SmoothWarmingUp()
281 SmoothBursty(SleepingStopwatch stopwatch, double maxBurstSeconds) { in SmoothBursty()
330 private SmoothRateLimiter(SleepingStopwatch stopwatch) { in SmoothRateLimiter()
DServiceManager.java536 Stopwatch stopwatch = startupTimers.get(service); in tryStartTiming() local
643 Stopwatch stopwatch = entry.getValue(); in startupTimes() local
697 Stopwatch stopwatch = startupTimers.get(service); in transitionService() local
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DConsoleOutput.java58 private final Stopwatch stopwatch; field in ConsoleOutput
61 ConsoleOutput(@Stdout PrintWriter stdout, int numberOfTrials, Stopwatch stopwatch) { in ConsoleOutput()
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DRescheduler.java37 private final Stopwatch stopwatch; field in Rescheduler
46 Stopwatch stopwatch) { in Rescheduler()
DHttp2Ping.java48 private final Stopwatch stopwatch; field in Http2Ping
81 public Http2Ping(long data, Stopwatch stopwatch) { in Http2Ping()
/external/guava/guava-tests/test/com/google/common/base/
DStopwatchJavaTimeTest.java28 private final Stopwatch stopwatch = new Stopwatch(ticker); field in StopwatchJavaTimeTest
DStopwatchTest.java36 private final Stopwatch stopwatch = new Stopwatch(ticker); field in StopwatchTest
/external/guava/guava-tests/benchmark/com/google/common/base/
DStopwatchBenchmark.java30 long stopwatch(int reps) { in stopwatch() method in StopwatchBenchmark
/external/guava/android/guava-tests/benchmark/com/google/common/base/
DStopwatchBenchmark.java30 long stopwatch(int reps) { in stopwatch() method in StopwatchBenchmark
/external/caliper/caliper/src/main/java/com/google/caliper/worker/
DMacrobenchmarkWorker.java42 private final Stopwatch stopwatch; field in MacrobenchmarkWorker
/external/dagger2/java/dagger/producers/monitoring/
DTimingProducerMonitor.java31 private final Stopwatch stopwatch; field in TimingProducerMonitor
DTimingProductionComponentMonitor.java35 private final Stopwatch stopwatch; field in TimingProductionComponentMonitor
/external/okio/okio/src/jvmTest/kotlin/okio/
DThrottlerTest.kt35 private var stopwatch = Stopwatch() variable in okio.ThrottlerTest
/external/grpc-grpc-java/testing/src/main/java/io/grpc/testing/
DGrpcCleanupRule.java52 private Stopwatch stopwatch = Stopwatch.createUnstarted(); field in GrpcCleanupRule
/external/guava/android/guava-tests/test/com/google/common/base/
DStopwatchTest.java36 private final Stopwatch stopwatch = new Stopwatch(ticker); field in StopwatchTest
/external/antlr/runtime/JavaScript/third/
Dantcontrib.properties21 stopwatch=net.sf.antcontrib.perf.StopWatchTask key
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DFakeClockTest.java102 Stopwatch stopwatch = fakeClock.getStopwatchSupplier().get(); in testStopWatch() local

12