Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/
DDeviceConfigurationTest.java41 int tickRate = Integer.parseInt(output.split("\n")[0].split("=")[1]); in testConfigHzHighEnough() local
42 …assertTrue("Kernel tick rate is " + tickRate + " but certification requires at least 250", tickRat… in testConfigHzHighEnough()