Searched defs:kRunMs (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/metrics/
H A Dstats_table_unittest.cc318 const int kRunMs = 100; local
322 PlatformThread::Sleep(kRunMs);
325 EXPECT_LE(kRunMs, table.GetCounterValue("t:bar"));
329 PlatformThread::Sleep(kRunMs);
332 EXPECT_LE(kRunMs * 2, table.GetCounterValue("t:bar"));
351 const int kRunMs = 100; local
355 PlatformThread::Sleep(kRunMs);
358 EXPECT_LE(kRunMs, table.GetCounterValue("t:baz"));
362 PlatformThread::Sleep(kRunMs);
365 EXPECT_LE(kRunMs *
386 const int kRunMs = 100; local
[all...]

Completed in 51 milliseconds