Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dhistogram.cc360 const int Histogram::kCommonRaceBasedCountMismatch = 5; member in base::Histogram
381 if (delta > kCommonRaceBasedCountMismatch) in FindCorruption()
385 if (-delta > kCommonRaceBasedCountMismatch) in FindCorruption()
Dhistogram.h176 static const int kCommonRaceBasedCountMismatch; variable