Lines Matching defs:time
9 import time
101 t1 = time.monotonic()
103 dt = time.monotonic() - t1
140 time.sleep(0.01)
142 t1 = time.monotonic()
144 dt = time.monotonic() - t1
164 time.sleep(0.5)
168 time.sleep(0.5)
176 time.sleep(0.01)
193 # out after the right amount of time.
209 self.start = time.monotonic()
211 self.end = time.monotonic()
214 time.sleep(0.02)