Home
last modified time | relevance | path

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

/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DStressTestClient.java415 long lastMetricsCollectionTime = initLastMetricsCollectionTime(); in run() local
429 double durationSecs = computeDurationSecs(lastMetricsCollectionTime); in run()
441 lastMetricsCollectionTime = System.nanoTime(); in run()
451 private double computeDurationSecs(long lastMetricsCollectionTime) { in computeDurationSecs() argument
452 return (System.nanoTime() - lastMetricsCollectionTime) / 1000000000.0; in computeDurationSecs()