Lines Matching defs:time
19 import time
296 t0 = self.loop.time()
298 t1 = self.loop.time()
384 time.sleep(0.05)
393 time.sleep(0.4)
939 'at the same time'):
1669 start = time.monotonic()
1672 elapsed = time.monotonic() - start
1765 self.loop.call_at(self.loop.time() + .0, func)
2348 when = time.monotonic()
2354 when = time.monotonic()
2364 when = time.monotonic()
2416 when = time.monotonic()
2501 NotImplementedError, loop.time)