Searched refs:currenttime (Results 1 – 2 of 2) sorted by relevance
242 currenttime = time.time()243 if not self.lasttime or (currenttime - self.lasttime > 5):245 self.lasttime = currenttime257 …msg = "%s - %s (pid %s)" % (activetasks[t]["title"], self.elapsed(currenttime - start_time), activ…
41 def currenttime(): function45 print(str(os.getpid()) + " " + currenttime() + " " + msg)524 … logger.info("No reply from server in 30s (for command %s at %s)" % (command[0], currenttime()))526 …essTimeout("Timeout while waiting for a reply from the bitbake server (60s at %s)" % currenttime())