Home
last modified time | relevance | path

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

/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
DBenchmark.java116 double reportDuration = now - reportStart; in run() local
117 if (reportDuration > reportPeriod) { in run()
118 double requestsPerSecond = requestCount / reportDuration * TimeUnit.SECONDS.toNanos(1); in run()