Home
last modified time | relevance | path

Searched refs:start_timestamp_us_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/audio_processing/test/
Dperformance_timer.cc30 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()
Dperformance_timer.h40 absl::optional<int64_t> start_timestamp_us_; variable