Lines Matching defs:time
18 import time, sys, os, getopt, getpass, traceback, threading, socket
31 """The interval parameter defines time between each call to the function.
230 time.sleep(0.2)
236 time.sleep(0.2)
306 start_time = time.time()
307 print time.asctime()
309 print time.asctime()
310 print "TOTAL TIME IN MINUTES:",
311 print (time.time() - start_time) / 60.0