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