Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/test_support/lib/
Dtest_utils.cc62 static const MojoTimeTicks kPerftestTimeMicroseconds = 3 * 1000000; in IterateAndReportPerf() local
73 } while (end_time - start_time < kPerftestTimeMicroseconds); in IterateAndReportPerf()
/external/libchrome/mojo/public/c/system/tests/
Dcore_perftest.cc159 static const int64_t kPerftestTimeMicroseconds = 3 * 1000000; in DoMessagePipeThreadedTest() local
187 Sleep(kPerftestTimeMicroseconds); in DoMessagePipeThreadedTest()