Searched refs:log_time (Results 1 – 7 of 7) sorted by relevance
35 struct log_time { struct42 log_time() {} in log_time() argument43 explicit log_time(const timespec& T) in log_time() argument45 explicit log_time(uint32_t sec, uint32_t nsec = 0)49 explicit log_time(clockid_t id) { in log_time() function82 bool operator==(const log_time& T) const {85 bool operator!=(const log_time& T) const {88 bool operator<(const log_time& T) const {92 bool operator>=(const log_time& T) const {95 bool operator>(const log_time& T) const {[all …]
113 struct logger_list* android_logger_list_alloc_time(int mode, log_time start,
166 auto log_time = Timestamp::Micros(candidate.log_time_us()); in OnIceConfig() local167 ProcessUntil(log_time); in OnIceConfig()169 msg.at_time = log_time; in OnIceConfig()172 msg.constraints.at_time = log_time; in OnIceConfig()
522 int64_t log_time_ms() const { return log_time.ms(); } in log_time_ms()523 int64_t log_time_us() const { return log_time.us(); } in log_time_us()525 Timestamp log_time = Timestamp::MinusInfinity();591 Timestamp log_time; member
155 overheads.push_back({event.log_time, new_overhead}); in GetOverheadChangingEvents()2070 route.log_time = Timestamp::Millis(candidate.log_time_ms()); in GetRouteChanges()
46 log_time = datetime.datetime.strptime(time_str, time_format)49 return log_time < cutoff
861 log_time = interleave_period * cycles863 time.sleep(log_time)