Searched refs:histogram_high_ (Results 1 – 2 of 2) sorted by relevance
32 for (const auto& it : histogram_high_) { in Add()42 histogram_high_[value] += count; in Add()69 for (const auto& it : histogram_high_) { in GetPercentile()
39 std::map<uint32_t, size_t> histogram_high_; variable