Home
last modified time | relevance | path

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

/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
DBenchmark.java108 long reportPeriod = TimeUnit.SECONDS.toNanos(1); in run() local
117 if (reportDuration > reportPeriod) { in run()