Searched refs:uma_prefix_ (Results 1 – 2 of 2) sorted by relevance
174 : uma_prefix_(prefix), in UmaSamplesContainer()296 RTC_DCHECK(uma_prefix_ == kRealtimePrefix || uma_prefix_ == kScreenPrefix); in UpdateHistograms()297 const int kIndex = uma_prefix_ == kScreenPrefix ? 1 : 0; in UpdateHistograms()304 RTC_HISTOGRAMS_COUNTS_10000(kIndex, uma_prefix_ + "InputWidthInPixels", in UpdateHistograms()306 RTC_HISTOGRAMS_COUNTS_10000(kIndex, uma_prefix_ + "InputHeightInPixels", in UpdateHistograms()308 log_stream << uma_prefix_ << "InputWidthInPixels " << in_width << "\n" in UpdateHistograms()309 << uma_prefix_ << "InputHeightInPixels " << in_height << "\n"; in UpdateHistograms()313 RTC_HISTOGRAMS_COUNTS_100(kIndex, uma_prefix_ + "InputFramesPerSecond", in UpdateHistograms()315 log_stream << uma_prefix_ << "InputFramesPerSecond " << in_fps.ToString() in UpdateHistograms()322 RTC_HISTOGRAMS_COUNTS_10000(kIndex, uma_prefix_ + "SentWidthInPixels", in UpdateHistograms()[all …]
333 const std::string uma_prefix_; member