Home
last modified time | relevance | path

Searched refs:kCommonRaceBasedCountMismatch (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/metrics/
Dhistogram_snapshot_manager.cc104 if (discrepancy > Histogram::kCommonRaceBasedCountMismatch) { in InspectLoggedSamplesInconsistency()
Dhistogram.cc193 const int Histogram::kCommonRaceBasedCountMismatch = 5; member in base::Histogram
215 if (delta > kCommonRaceBasedCountMismatch) in FindCorruption()
220 if (-delta > kCommonRaceBasedCountMismatch) in FindCorruption()
Dhistogram.h152 static const int kCommonRaceBasedCountMismatch; variable