Home
last modified time | relevance | path

Searched refs:IncreaseSumAndCount (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/metrics/
Dhistogram_samples.cc193 IncreaseSumAndCount(other.sum(), other.redundant_count()); in Add()
206 IncreaseSumAndCount(sum, redundant_count); in AddFromPickle()
213 IncreaseSumAndCount(-other.sum(), -other.redundant_count()); in Subtract()
240 IncreaseSumAndCount(strict_cast<int64_t>(value) * count, count); in AccumulateSingleSample()
246 void HistogramSamples::IncreaseSumAndCount(int64_t sum, in IncreaseSumAndCount() function in base::HistogramSamples
Dsample_map.cc90 IncreaseSumAndCount(strict_cast<int64_t>(count) * value, count); in Accumulate()
Dhistogram_samples.h188 void IncreaseSumAndCount(int64_t sum, HistogramBase::Count count);
Dpersistent_sample_map.cc130 IncreaseSumAndCount(strict_cast<int64_t>(count) * value, count); in Accumulate()
Dsample_vector.cc60 IncreaseSumAndCount(strict_cast<int64_t>(count) * value, count); in Accumulate()