Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DSimplePerfUtilTest.java20 import com.android.tradefed.util.SimplePerfUtil.SimplePerfType;
35 private SimplePerfUtil spu = null;
45 spu = SimplePerfUtil.newInstance(mockDevice, SimplePerfType.STAT); in testCommandStringPreparerWithoutParams()
52 spu = SimplePerfUtil.newInstance(mockDevice, SimplePerfType.RECORD); in testCommandStringPreparerWithParams()
66 spu = SimplePerfUtil.newInstance(mockDevice, SimplePerfType.LIST); in testCommandStringPreparerWithNullCommand()
73 spu = SimplePerfUtil.newInstance(null, SimplePerfType.STAT); in testConstructorWithNullParameter()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSimplePerfUtil.java32 public class SimplePerfUtil { class
41 private SimplePerfUtil(ITestDevice device, SimplePerfType type) { in SimplePerfUtil() method in SimplePerfUtil
56 public static SimplePerfUtil newInstance(ITestDevice device, SimplePerfType type) in newInstance()
61 return new SimplePerfUtil(device, type); in newInstance()
/tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
DEmmcPerformanceTest.java30 import com.android.tradefed.util.SimplePerfUtil;
31 import com.android.tradefed.util.SimplePerfUtil.SimplePerfType;
111 SimplePerfUtil mSpUtil = null;
367 mSpUtil = SimplePerfUtil.newInstance(mTestDevice, SimplePerfType.STAT); in setUp()
DMicroBenchTest.java31 import com.android.tradefed.util.SimplePerfUtil;
32 import com.android.tradefed.util.SimplePerfUtil.SimplePerfType;
137 SimplePerfUtil mSpUtil = null;
375 mSpUtil = SimplePerfUtil.newInstance(mTestDevice, SimplePerfType.STAT); in run()