Home | History | Annotate | Download | only in metrics

Lines Matching refs:histogram

39 void HistogramSnapshotManager::PrepareDelta(const HistogramBase& histogram) {
43 scoped_ptr<HistogramSamples> snapshot(histogram.SnapshotSamples());
48 int corruption = histogram.FindCorruption(*snapshot);
60 const uint64_t histogram_hash = histogram.name_hash();
62 DLOG(ERROR) << "Histogram: " << histogram.histogram_name()
69 return; // We've already seen this corruption for this histogram.
81 // This histogram has not been logged before, add a new entry.
92 histogram_flattener_->RecordDelta(histogram, *to_log);
104 if (discrepancy > Histogram::kCommonRaceBasedCountMismatch) {