Home
last modified time | relevance | path

Searched refs:eta (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/progressbar/
H A Dwidgets.py118 eta = elapsed * pbar.maxval / pbar.currval - elapsed
119 return 'ETA: %s' % self.format_time(eta)
157 eta = self._eta(pbar.maxval, pbar.currval, elapsed)
163 eta = (1 - weight) * eta + weight * etasamp
164 return 'ETA: %s' % self.format_time(eta)
/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/
H A Dbackported.patch19 + - (#1509) change ETA (--eta / -e) so that days are given if the hours
/openbmc/linux/tools/cgroup/
H A Diocost_coef_gen.py92 eta = 'never' if args.quiet else 'always'
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py551 def eta(self): member in Build
552 eta = timezone.now()
555 eta += ((eta - self.started_on)*(100-completeper))/completeper
556 return eta