Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/monitoring/cuttlefish_service/java/com/android/google/gce/gceservice/
DJobExecutor.java64 long endTime = System.currentTimeMillis() + ITERATION_PERIOD_MS; in schedule()
69 future.get(Math.max(0, endTime - System.currentTimeMillis()), in schedule()
/device/google/gs-common/gear/dumpstate_v3/
DDumpstate.cpp61 auto endTime = std::chrono::steady_clock::now(); in endSection() local
63 (endTime - startTime).count(); in endSection()
/device/google/gs-common/gear/dumpstate/
DDumpstate.cpp61 auto endTime = std::chrono::steady_clock::now(); in endSection() local
63 (endTime - startTime).count(); in endSection()