Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dhistogram_snapshot_manager.cc101 if (discrepancy > Histogram::kCommonRaceBasedCountMismatch) { in InspectLoggedSamplesInconsistency()
Dhistogram.cc329 const int Histogram::kCommonRaceBasedCountMismatch = 5; member in base::Histogram
351 if (delta > kCommonRaceBasedCountMismatch) in FindCorruption()
356 if (-delta > kCommonRaceBasedCountMismatch) in FindCorruption()
Dhistogram.h167 static const int kCommonRaceBasedCountMismatch; variable