Searched refs:uma_prefix_ (Results 1 – 2 of 2) sorted by relevance
179 : uma_prefix_(prefix), in UmaSamplesContainer()301 RTC_DCHECK(uma_prefix_ == kRealtimePrefix || uma_prefix_ == kScreenPrefix); in UpdateHistograms()302 const int kIndex = uma_prefix_ == kScreenPrefix ? 1 : 0; in UpdateHistograms()309 RTC_HISTOGRAMS_COUNTS_10000(kIndex, uma_prefix_ + "InputWidthInPixels", in UpdateHistograms()311 RTC_HISTOGRAMS_COUNTS_10000(kIndex, uma_prefix_ + "InputHeightInPixels", in UpdateHistograms()313 log_stream << uma_prefix_ << "InputWidthInPixels " << in_width << "\n" in UpdateHistograms()314 << uma_prefix_ << "InputHeightInPixels " << in_height << "\n"; in UpdateHistograms()318 RTC_HISTOGRAMS_COUNTS_100(kIndex, uma_prefix_ + "InputFramesPerSecond", in UpdateHistograms()320 log_stream << uma_prefix_ << "InputFramesPerSecond " << in_fps.ToString() in UpdateHistograms()327 RTC_HISTOGRAMS_COUNTS_10000(kIndex, uma_prefix_ + "SentWidthInPixels", in UpdateHistograms()[all …]
332 const std::string uma_prefix_; member