Searched refs:endTime (Results 1 – 3 of 3) sorted by relevance
64 long endTime = System.currentTimeMillis() + ITERATION_PERIOD_MS; in schedule()69 future.get(Math.max(0, endTime - System.currentTimeMillis()), in schedule()
61 auto endTime = std::chrono::steady_clock::now(); in endSection() local63 (endTime - startTime).count(); in endSection()