Home
last modified time | relevance | path

Searched refs:METRICS_COLLECTION_INTERVAL_SECS (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DStressTestClient.java389 private static final long METRICS_COLLECTION_INTERVAL_SECS = 5; field in StressTestClient.Worker
430 if (durationSecs >= METRICS_COLLECTION_INTERVAL_SECS) { in run()
448 return System.nanoTime() - SECONDS.toNanos(METRICS_COLLECTION_INTERVAL_SECS); in initLastMetricsCollectionTime()