Searched refs:api_call_statistics_ (Results 1 – 2 of 2) sorted by relevance
92 ScopedTimer(ApiCallStatistics* api_call_statistics_, in ScopedTimer() argument96 api_call_statistics_(api_call_statistics_) {} in ScopedTimer()99 api_call_statistics_->Add(rtc::TimeNanos() - start_time_, call_type_); in ~ScopedTimer()105 ApiCallStatistics* const api_call_statistics_; member in webrtc::test::__anon31d6d1830111::ScopedTimer224 const auto st = ScopedTimer(&api_call_statistics_, in ProcessStream()233 const auto st = ScopedTimer(&api_call_statistics_, in ProcessStream()281 const auto st = ScopedTimer(&api_call_statistics_, in ProcessReverseStream()290 const auto st = ScopedTimer(&api_call_statistics_, in ProcessReverseStream()
163 return api_call_statistics_; in GetApiCallStatistics()219 ApiCallStatistics api_call_statistics_; variable