Searched refs:total_seconds (Results 1 – 24 of 24) sorted by relevance
33 start_total_ms = int(start.total_seconds() * 1000)34 stop_total_ms = int(stop.total_seconds() * 1000)67 start_total_s = int(start.total_seconds())69 stop_total_s = int(stop.total_seconds())
42 int(t.total_seconds())))
54 hours, remainder = divmod(time_delta_value.total_seconds(), 3600)
85 cmd = "%s.currentTime=%.3f" % (self.video_id, t.total_seconds())
196 self.get_first_task_start_time()).total_seconds()202 time += task.time_used.total_seconds()209 time += task.time_used_db.total_seconds()216 self.time_used.total_seconds())222 self.time_used.total_seconds())243 total += task.time_used.total_seconds()265 total += task.time_used_db.total_seconds()311 [(HYPERLINK % (data[0].log, data[0].time_used.total_seconds()))315 [HYPERLINK % (data[1].log, data[1].time_used.total_seconds())389 delimiter.join([str(suite_job.time_used.total_seconds()/60)[all …]
99 'time_used': time_used.total_seconds(),108 time_used = (hqe.finished_on - hqe.started_on).total_seconds()
107 int total_seconds = static_cast<int>(total_seconds_unsigned); in Write() local109 total_seconds = -total_seconds; in Write()111 DCHECK(Smi::IsValid(total_seconds)); in Write()112 output->set(UTC_OFFSET, Smi::FromInt(total_seconds)); in Write()
103 time_zone_offset = util.total_seconds(value.tzinfo.utcoffset(value))112 message.milliseconds = int(util.total_seconds(delta) * 1000)117 util.total_seconds(value.tzinfo.utcoffset(value)) / 60)
398 def total_seconds(offset): function417 offset = total_seconds(offset) / 60
379 self.assertEqual(180, util.total_seconds(epoch))
100 self.time_used = (self.end_time - self.start_time).total_seconds()223 self.time_used = (self.end_time - self.start_time).total_seconds()343 self.time_used = (self.end_time - self.start_time).total_seconds()
581 self.download_start_time).total_seconds())586 self.download_start_time).total_seconds())592 self.suite_start_time).total_seconds())597 self.tests_start_time).total_seconds())823 return ((end - start).total_seconds()/60.01396 self.timings.suite_start_time).total_seconds()
116 start_time = end_time - timedelta(hours=options.span).total_seconds()
446 start_time = end_time - timedelta(hours=_options.span).total_seconds()
81 commit_durations.append((time1 - time2).total_seconds())
140 return delta.total_seconds() <= 0
98 (last_ssid_tstamp - first_ssid_tstamp).total_seconds() *
157 def total_seconds(td): function
331 return util.total_seconds(duration - delta)
184 print 'Time taken: %ss' % total_time.total_seconds()
45 seconds = static_cast<uint64_t>(now.total_seconds());
315 queue_entry.job.created_on).total_seconds()
505 duration_secs = (datetime.datetime.now() - start_time).total_seconds()
770 duration_secs = (datetime.datetime.now() - start_time).total_seconds()