Searched refs:start_timestamp_us_ (Results 1 – 2 of 2) sorted by relevance
30 start_timestamp_us_ = clock_->TimeInMicroseconds(); in StartTimer()34 RTC_DCHECK(start_timestamp_us_); in StopTimer()35 timestamps_us_.push_back(clock_->TimeInMicroseconds() - *start_timestamp_us_); in StopTimer()
40 absl::optional<int64_t> start_timestamp_us_; variable