Lines Matching defs:time
72 import time
1359 start = time.time()
1361 refTime = time.time() - start
1364 start = time.time()
1366 testTime = time.time() - start
1368 # Test time should get slower with fewer threads
1653 # at processing time when we see a 3D array). We could fail earlier at
1654 # parse time, which might consolidate the error handling code.