Searched refs:reportDuration (Results 1 – 1 of 1) sorted by relevance
116 double reportDuration = now - reportStart; in run() local117 if (reportDuration > reportPeriod) { in run()118 double requestsPerSecond = requestCount / reportDuration * TimeUnit.SECONDS.toNanos(1); in run()