Home
last modified time | relevance | path

Searched refs:currenttime (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dknotty.py242 currenttime = time.time()
243 if not self.lasttime or (currenttime - self.lasttime > 5):
245 self.lasttime = currenttime
257 …msg = "%s - %s (pid %s)" % (activetasks[t]["title"], self.elapsed(currenttime - start_time), activ…
/openbmc/openbmc/poky/bitbake/lib/bb/server/
H A Dprocess.py41 def currenttime(): function
45 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())