Searched refs:tickRate (Results 1 – 1 of 1) sorted by relevance
41 int tickRate = Integer.parseInt(output.split("\n")[0].split("=")[1]); in testConfigHzHighEnough() local42 …assertTrue("Kernel tick rate is " + tickRate + " but certification requires at least 250", tickRat… in testConfigHzHighEnough()