Home
last modified time | relevance | path

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

/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
DBenchmark.java107 long reportStart = System.nanoTime(); in run() local
116 double reportDuration = now - reportStart; in run()
124 reportStart = now; in run()