Searched refs:total_seconds (Results 1 – 14 of 14) sorted by relevance
194 current_event = self.event_queue.get(timeout=remaining.total_seconds())216 logging.debug("assert_event_occurs %d %fs" % (at_least_times, timeout.total_seconds()))221 logging.debug("Waiting for event (%fs remaining)" % (remaining.total_seconds()))223 current_event = istream.get_event_queue().get(timeout=remaining.total_seconds())239 logging.debug("assert_all_events_occur %fs" % timeout.total_seconds())245 logging.debug("Waiting for event (%fs remaining)" % (remaining.total_seconds()))247 current_event = istream.get_event_queue().get(timeout=remaining.total_seconds())270 logging.debug("assert_none_matching %fs" % (timeout.total_seconds()))275 logging.debug("Waiting for event (%fs remaining)" % (remaining.total_seconds()))289 logging.debug("assert_none %fs" % (timeout.total_seconds()))[all …]
98 self._invoked_condition.wait(remaining.total_seconds())
554 (device_time - host_time).total_seconds(),
93 int(self.trace_duration.total_seconds()*
158 duration = (gpxFrame.datetime - self.datetime).total_seconds()
52 elem[0] = int((elem_date_time - first_access_time).total_seconds() *
196 return first_event.raw_ftrace_entry.timestamp + trace_duration.total_seconds()
225 argv += ['--duration', str(int(trace_duration.total_seconds()
188 return int((dt - EPOCH).total_seconds() * 1000)
755 if test_time.total_seconds() != 0 and verbose:
86 datetime.datetime.utcfromtimestamp(0)).total_seconds())
2710 timestamp = (datetime.datetime(2009, 1, 1) - local_epoch).total_seconds()
1201 const double total_seconds = total_duration / 1.0e9; in DumpGcPerformanceInfo() local1205 << PrettySize(GetBytesFreedEver() / total_seconds) << "/s" in DumpGcPerformanceInfo()1209 << (GetObjectsFreedEver() / total_seconds) << " objects/s\n"; in DumpGcPerformanceInfo()