Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DGoogleBenchmarkTest.java44 private static final String GBENCHMARK_LIST_TESTS_OPTION = "--benchmark_list_tests=true"; field in GoogleBenchmarkTest
198 String cmd = String.format("%s %s", fullBinaryPath, GBENCHMARK_LIST_TESTS_OPTION); in countExpectedTests()