Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/numerics/
Dhistogram_percentile_counter.cc32 for (const auto& it : histogram_high_) { in Add()
42 histogram_high_[value] += count; in Add()
69 for (const auto& it : histogram_high_) { in GetPercentile()
Dhistogram_percentile_counter.h39 std::map<uint32_t, size_t> histogram_high_; variable