Searched refs:benchAge (Results 1 – 1 of 1) sorted by relevance
539 final long benchAge = System.currentTimeMillis() - rec.lastBenchMillis; in shouldBenchmark() local540 if (benchAge >= benchInterval) { in shouldBenchmark()