Searched defs:LoggedStopEvent (Results 1 – 1 of 1) sorted by relevance
464 struct LoggedStopEvent { struct465 explicit LoggedStopEvent(int64_t timestamp_us) : timestamp_us(timestamp_us) {} in LoggedStopEvent() argument467 int64_t log_time_us() const { return timestamp_us; } in log_time_us()468 int64_t log_time_ms() const { return timestamp_us / 1000; } in log_time_ms()470 int64_t timestamp_us;