Home
last modified time | relevance | path

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

/OK3568_Linux_fs/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()
/OK3568_Linux_fs/yocto/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()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/zlmediakit/include/
H A Dmk_events.h154 size_t total_seconds,
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/
H A Dmodels.py117 return (self.updated - self.created).total_seconds()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py95 return obj.total_seconds()
1286 build_stat['seconds']='%.3f' % timediff.total_seconds()
1299 build_stat['seconds']='%.3f' % timediff.total_seconds()
/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dbuilder.py338 seconds = delta.total_seconds()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/
H A Dmodels.py688 return self.timespent.total_seconds()
/OK3568_Linux_fs/kernel/tools/power/pm-graph/
H A Dsleepgraph.py1660 self.tLow.append('%.0f'%((hwr - hws).total_seconds() * 1000))