Home | History | Annotate | Download | only in analyzer

Lines Matching defs:time

47 import time
301 TBegin = time.time()
341 print "Build complete (time: %.2f). See the log for more details: %s" % \
342 ((time.time()-TBegin), BuildLogPath)
408 TBegin = time.time()
457 print "Diagnostic comparison complete (time: %.2f)." % (time.time()-TBegin)
492 TBegin = time.time()
510 print "Completed tests for project %s (time: %.2f)." % \
511 (ID, (time.time()-TBegin))