Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_dummy_thread.py80 end_time = int(time.time())
83 self.assertTrue((end_time - start_time) >= DELAY,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ccbench/
Dccbench.py415 end_time = start_time + duration * 2.0
417 while _time() < end_time:
498 end_time = _time()
505 return (n - 1) / (end_time - first_time)
/device/google/contexthub/util/nanotool/
Dcontexthub.cpp533 SteadyClock end_time = std::chrono::steady_clock::now(); in ReadAppEvents() local
535 auto delta = end_time - start_time; in ReadAppEvents()