Home
last modified time | relevance | path

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

/external/libchrome/base/test/metrics/
Dhistogram_tester.cc25 histograms_snapshot_[histogram->histogram_name()] = in HistogramTester()
115 auto histogram_data = histograms_snapshot_.find(name); in GetBucketCountForSamples()
116 if (histogram_data != histograms_snapshot_.end()) in GetBucketCountForSamples()
160 auto original_samples_it = histograms_snapshot_.find(histogram_name); in GetHistogramSamplesSinceCreation()
161 if (original_samples_it != histograms_snapshot_.end()) in GetHistogramSamplesSinceCreation()
173 for (const auto& histogram_data : histograms_snapshot_) { in GetAllHistogramsRecorded()
213 auto histogram_data = histograms_snapshot_.find(name); in CheckTotalCount()
214 if (histogram_data != histograms_snapshot_.end()) in CheckTotalCount()
Dhistogram_tester.h160 std::map<std::string, std::unique_ptr<HistogramSamples>> histograms_snapshot_; variable