Home
last modified time | relevance | path

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

12

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DSimpleTimeLimiterTest.java98 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_goodMethodWithEnoughTime() local
110 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_goodMethodWithNotEnoughTime() local
128 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_badMethodWithEnoughTime() local
142 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_badMethodWithNotEnoughTime() local
154 Stopwatch stopwatch = Stopwatch.createStarted(); in testCallWithTimeout_goodCallableWithEnoughTime() local
180 Stopwatch stopwatch = Stopwatch.createStarted(); in testCallUninterruptiblyWithTimeout_goodCallableWithEnoughTime() local
206 Stopwatch stopwatch = Stopwatch.createStarted(); in testRunWithTimeout_goodRunnableWithEnoughTime() local
231 Stopwatch stopwatch = Stopwatch.createStarted(); in testRunUninterruptiblyWithTimeout_goodRunnableWithEnoughTime() local
DUninterruptiblesTest.java106 Stopwatch stopwatch = Stopwatch.createStarted(); in testConditionAwaitTimeoutExceeded() local
117 Stopwatch stopwatch = Stopwatch.createStarted(); in testConditionAwaitTimeoutNotExceeded() local
128 Stopwatch stopwatch = Stopwatch.createStarted(); in testConditionAwaitInterruptedTimeoutExceeded() local
140 Stopwatch stopwatch = Stopwatch.createStarted(); in testConditionAwaitInterruptedTimeoutNotExceeded() local
153 Stopwatch stopwatch = Stopwatch.createStarted(); in testTryLockTimeoutExceeded() local
168 Stopwatch stopwatch = Stopwatch.createStarted(); in testTryLockTimeoutNotExceeded() local
180 Stopwatch stopwatch = Stopwatch.createStarted(); in testTryLockInterruptedTimeoutExceeded() local
196 Stopwatch stopwatch = Stopwatch.createStarted(); in testTryLockInterruptedTimeoutNotExceeded() local
210 Stopwatch stopwatch = Stopwatch.createStarted(); in testPutWithNoWait() local
239 Stopwatch stopwatch = Stopwatch.createStarted(); in testTakeWithNoWait() local
[all …]
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DSimpleTimeLimiterTest.java98 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_goodMethodWithEnoughTime() local
110 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_goodMethodWithNotEnoughTime() local
128 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_badMethodWithEnoughTime() local
142 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_badMethodWithNotEnoughTime() local
154 Stopwatch stopwatch = Stopwatch.createStarted(); in testCallWithTimeout_goodCallableWithEnoughTime() local
180 Stopwatch stopwatch = Stopwatch.createStarted(); in testCallUninterruptiblyWithTimeout_goodCallableWithEnoughTime() local
206 Stopwatch stopwatch = Stopwatch.createStarted(); in testRunWithTimeout_goodRunnableWithEnoughTime() local
231 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/src/com/google/common/util/concurrent/
DRateLimiter.java131 static RateLimiter create(double permitsPerSecond, SleepingStopwatch stopwatch) { in create()
174 SleepingStopwatch stopwatch) { in create()
184 private final SleepingStopwatch stopwatch; field in RateLimiter
202 RateLimiter(SleepingStopwatch stopwatch) { in RateLimiter()
DSmoothRateLimiter.java216 SleepingStopwatch stopwatch, long warmupPeriod, TimeUnit timeUnit, double coldFactor) { in SmoothWarmingUp()
280 SmoothBursty(SleepingStopwatch stopwatch, double maxBurstSeconds) { in SmoothBursty()
329 private SmoothRateLimiter(SleepingStopwatch stopwatch) { in SmoothRateLimiter()
DServiceManager.java491 Stopwatch stopwatch = startupTimers.get(service); in tryStartTiming() local
652 Stopwatch stopwatch = startupTimers.get(service); in transitionService() local
/external/guava/guava/src/com/google/common/util/concurrent/
DRateLimiter.java133 static RateLimiter create(double permitsPerSecond, SleepingStopwatch stopwatch) { in create()
204 SleepingStopwatch stopwatch) { in create()
214 private final SleepingStopwatch stopwatch; field in RateLimiter
232 RateLimiter(SleepingStopwatch stopwatch) { in RateLimiter()
DSmoothRateLimiter.java216 SleepingStopwatch stopwatch, long warmupPeriod, TimeUnit timeUnit, double coldFactor) { in SmoothWarmingUp()
280 SmoothBursty(SleepingStopwatch stopwatch, double maxBurstSeconds) { in SmoothBursty()
329 private SmoothRateLimiter(SleepingStopwatch stopwatch) { in SmoothRateLimiter()
DServiceManager.java521 Stopwatch stopwatch = startupTimers.get(service); in tryStartTiming() local
682 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/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/Reactive-Extensions/RxCpp/Ix/CPP/unittest/
Dtestbench.cpp422 struct stopwatch struct
443 stopwatch sw; in test_perf() argument
/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/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/okio/okio/src/jvmTest/kotlin/okio/
DThrottlerTest.kt35 private var stopwatch = Stopwatch() variable in okio.ThrottlerTest
/external/guava/guava-tests/test/com/google/common/base/
DStopwatchTest.java38 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