Searched refs:total_seconds (Results 1 – 8 of 8) sorted by relevance
12 ulong total_seconds, remainder; in report_time() local14 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()
81 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()
154 size_t total_seconds,
117 return (self.updated - self.created).total_seconds()
95 return obj.total_seconds()1286 build_stat['seconds']='%.3f' % timediff.total_seconds()1299 build_stat['seconds']='%.3f' % timediff.total_seconds()
338 seconds = delta.total_seconds()
688 return self.timespent.total_seconds()
1660 self.tLow.append('%.0f'%((hwr - hws).total_seconds() * 1000))