/external/federated-compute/fcp/base/ |
D | wall_clock_stopwatch_test.cc | 36 auto stopwatch = WallClockStopwatch::CreateNoop(); in TEST() local 45 auto stopwatch = WallClockStopwatch::Create(); in TEST() local 50 auto stopwatch = WallClockStopwatch::Create(); in TEST() local 61 auto stopwatch = WallClockStopwatch::Create(); in TEST() local 83 auto stopwatch = WallClockStopwatch::Create(); in TEST() local 96 auto stopwatch = WallClockStopwatch::Create(); in TEST() local 118 auto stopwatch = WallClockStopwatch::Create(); in TEST() local 149 auto stopwatch = WallClockStopwatch::Create(); in TEST() local 179 auto stopwatch = WallClockStopwatch::Create(); in TEST() local
|
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
D | SimpleTimeLimiterTest.java | 98 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_goodMethodWithEnoughTime() local 110 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_goodMethodWithNotEnoughTime() local 124 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_badMethodWithEnoughTime() local 134 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_badMethodWithNotEnoughTime() local 142 Stopwatch stopwatch = Stopwatch.createStarted(); in testCallWithTimeout_goodCallableWithEnoughTime() local 165 Stopwatch stopwatch = Stopwatch.createStarted(); in testCallUninterruptiblyWithTimeout_goodCallableWithEnoughTime() local 188 Stopwatch stopwatch = Stopwatch.createStarted(); in testRunWithTimeout_goodRunnableWithEnoughTime() local 210 Stopwatch stopwatch = Stopwatch.createStarted(); in testRunUninterruptiblyWithTimeout_goodRunnableWithEnoughTime() local
|
D | UninterruptiblesTest.java | 104 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/guava-tests/test/com/google/common/util/concurrent/ |
D | SimpleTimeLimiterTest.java | 98 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_goodMethodWithEnoughTime() local 110 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_goodMethodWithNotEnoughTime() local 124 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_badMethodWithEnoughTime() local 134 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_badMethodWithNotEnoughTime() local 142 Stopwatch stopwatch = Stopwatch.createStarted(); in testCallWithTimeout_goodCallableWithEnoughTime() local 165 Stopwatch stopwatch = Stopwatch.createStarted(); in testCallUninterruptiblyWithTimeout_goodCallableWithEnoughTime() local 188 Stopwatch stopwatch = Stopwatch.createStarted(); in testRunWithTimeout_goodRunnableWithEnoughTime() local 210 Stopwatch stopwatch = Stopwatch.createStarted(); in testRunUninterruptiblyWithTimeout_goodRunnableWithEnoughTime() local
|
D | UninterruptiblesTest.java | 105 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/sdv/vsomeip/third_party/boost/regex/performance/ |
D | performance.cpp | 52 struct stopwatch struct 55 stopwatch() in stopwatch() argument 81 stopwatch<boost::chrono::high_resolution_clock> w; in exec_timed_test() argument
|
/external/coreboot/src/include/ |
D | timer.h | 111 struct stopwatch { struct 117 static inline void stopwatch_init(struct stopwatch *sw) in stopwatch_init() argument
|
/external/guava/android/guava/src/com/google/common/util/concurrent/ |
D | RateLimiter.java | 134 static RateLimiter create(double permitsPerSecond, SleepingStopwatch stopwatch) { in create() 177 SleepingStopwatch stopwatch) { in create() 187 private final SleepingStopwatch stopwatch; field in RateLimiter 205 RateLimiter(SleepingStopwatch stopwatch) { in RateLimiter()
|
D | SmoothRateLimiter.java | 219 SleepingStopwatch stopwatch, long warmupPeriod, TimeUnit timeUnit, double coldFactor) { in SmoothWarmingUp() 283 SmoothBursty(SleepingStopwatch stopwatch, double maxBurstSeconds) { in SmoothBursty() 332 private SmoothRateLimiter(SleepingStopwatch stopwatch) { in SmoothRateLimiter()
|
D | ServiceManager.java | 495 Stopwatch stopwatch = startupTimers.get(service); in tryStartTiming() local 602 Stopwatch stopwatch = entry.getValue(); in startupTimes() local 656 Stopwatch stopwatch = startupTimers.get(service); in transitionService() local
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | RateLimiter.java | 136 static RateLimiter create(double permitsPerSecond, SleepingStopwatch stopwatch) { in create() 207 SleepingStopwatch stopwatch) { in create() 217 private final SleepingStopwatch stopwatch; field in RateLimiter 235 RateLimiter(SleepingStopwatch stopwatch) { in RateLimiter()
|
D | SmoothRateLimiter.java | 219 SleepingStopwatch stopwatch, long warmupPeriod, TimeUnit timeUnit, double coldFactor) { in SmoothWarmingUp() 283 SmoothBursty(SleepingStopwatch stopwatch, double maxBurstSeconds) { in SmoothBursty() 332 private SmoothRateLimiter(SleepingStopwatch stopwatch) { in SmoothRateLimiter()
|
D | ServiceManager.java | 540 Stopwatch stopwatch = startupTimers.get(service); in tryStartTiming() local 647 Stopwatch stopwatch = entry.getValue(); in startupTimes() local 701 Stopwatch stopwatch = startupTimers.get(service); in transitionService() local
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
D | ConsoleOutput.java | 58 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/ |
D | Rescheduler.java | 37 private final Stopwatch stopwatch; field in Rescheduler 46 Stopwatch stopwatch) { in Rescheduler()
|
D | Http2Ping.java | 48 private final Stopwatch stopwatch; field in Http2Ping 81 public Http2Ping(long data, Stopwatch stopwatch) { in Http2Ping()
|
D | KeepAliveManager.java | 40 private final Stopwatch stopwatch; field in KeepAliveManager 139 Stopwatch stopwatch, long keepAliveTimeInNanos, long keepAliveTimeoutInNanos, in KeepAliveManager()
|
/external/grpc-grpc-java/grpclb/src/main/java/io/grpc/grpclb/ |
D | GrpclbLoadBalancer.java | 51 private final Stopwatch stopwatch; field in GrpclbLoadBalancer 66 Stopwatch stopwatch, in GrpclbLoadBalancer()
|
/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/ |
D | LoadStatsManager2.java | 246 private final Stopwatch stopwatch; field in LoadStatsManager2.ClusterDropStats 249 String clusterName, @Nullable String edsServiceName, Stopwatch stopwatch) { in ClusterDropStats() 320 private final Stopwatch stopwatch; field in LoadStatsManager2.ClusterLocalityStats 328 Stopwatch stopwatch) { in ClusterLocalityStats()
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | StopwatchJavaTimeTest.java | 30 private final Stopwatch stopwatch = new Stopwatch(ticker); field in StopwatchJavaTimeTest
|
/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/batching/ |
D | AssertByPolling.java | 51 Stopwatch stopwatch = Stopwatch.createStarted(); in assertByPolling() local
|
/external/guava/guava-tests/benchmark/com/google/common/base/ |
D | StopwatchBenchmark.java | 30 long stopwatch(int reps) { in stopwatch() method in StopwatchBenchmark
|
/external/guava/android/guava-tests/benchmark/com/google/common/base/ |
D | StopwatchBenchmark.java | 30 long stopwatch(int reps) { in stopwatch() method in StopwatchBenchmark
|
/external/caliper/caliper/src/main/java/com/google/caliper/worker/ |
D | MacrobenchmarkWorker.java | 42 private final Stopwatch stopwatch; field in MacrobenchmarkWorker
|
/external/dagger2/java/dagger/producers/monitoring/ |
D | TimingProducerMonitor.java | 31 private final Stopwatch stopwatch; field in TimingProducerMonitor
|