Home
last modified time | relevance | path

Searched refs:total_seconds (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/cmd/
H A Dtime.c12 ulong total_seconds, remainder; in report_time() local
14 total_seconds = cycles / CONFIG_SYS_HZ; in report_time()
16 minutes = total_seconds / 60; in report_time()
17 seconds = total_seconds % 60; in report_time()
/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/
H A Dbase.py81 return (obj - self.unix_epoch).total_seconds()
83 return obj.total_seconds()
189 suite.set('time', str(self.elapsed_time.total_seconds()))
203 testcase.set('time', str(test.elapsed_time.total_seconds()))
226 str(vals['elapsed_time'].total_seconds())
365 e_sec = etime.total_seconds()
/openbmc/openbmc-tools/bi2cp/
H A Dbi2cp283 duration = self.xfer.duration.total_seconds()
350 duration = self.start.duration.total_seconds()
367 duration = self.repeat.duration.total_seconds()
435 duration = xfer.duration.total_seconds()
/openbmc/linux/tools/testing/kunit/
H A Drun_checks.py20 TIMEOUT = datetime.timedelta(minutes=5).total_seconds()
/openbmc/openbmc-test-automation/lib/
H A Dprint.tcl843 set total_seconds [expr $total_time_micro / 1000000]
845 set total_time_float [format "%i.%06i" ${total_seconds}\
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/
H A Dmodels.py117 return (self.updated - self.created).total_seconds()
/openbmc/qemu/tests/vm/
H A Dbasevm.py447 seconds = (endtime - datetime.datetime.now()).total_seconds()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py115 return obj.total_seconds()
1307 build_stat['seconds']='%.3f' % timediff.total_seconds()
1320 build_stat['seconds']='%.3f' % timediff.total_seconds()
/openbmc/u-boot/tools/buildman/
H A Dbuilder.py357 seconds = delta.total_seconds()
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py688 return self.timespent.total_seconds()
/openbmc/linux/tools/power/pm-graph/
H A Dsleepgraph.py1856 self.tLow.append('%.0f'%((hwr - hws).total_seconds() * 1000))