Home
last modified time | relevance | path

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

/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DExperimentingRunnerModuleTest.java56 methodA = TestBenchmark.class.getDeclaredMethod("a"); in setUp()
57 methodB = TestBenchmark.class.getDeclaredMethod("b"); in setUp()
58 methodC = TestBenchmark.class.getDeclaredMethod("c"); in setUp()
73 BenchmarkClass.forClass(TestBenchmark.class), in provideInstrumentations_noNames()
87 BenchmarkClass.forClass(TestBenchmark.class), in provideInstrumentations_withNames()
97 BenchmarkClass.forClass(TestBenchmark.class), in provideInstrumentations_withNames()
106 BenchmarkClass.forClass(TestBenchmark.class), in provideInstrumentations_withInvalidName()
114 static final class TestBenchmark { class in ExperimentingRunnerModuleTest
DWorkerProcessTest.java71 benchmarkClass = BenchmarkClass.forClass(TestBenchmark.class); in setUp()
75 Method method = TestBenchmark.class.getDeclaredMethods()[0]; in simpleArgsTest()
88 .className(TestBenchmark.class.getName()) in simpleArgsTest()
153 static final class TestBenchmark { class in WorkerProcessTest
DArbitraryMeasurmentInstrumentTest.java41 runner.forBenchmark(TestBenchmark.class) in testSuccess()
54 public static class TestBenchmark { class in ArbitraryMeasurmentInstrumentTest
DAllocationInstrumentTest.java86 public static class TestBenchmark { class in AllocationInstrumentTest
DRuntimeInstrumentTest.java154 static final class TestBenchmark { class in RuntimeInstrumentTest
/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_test.cc52 class TestBenchmark : public BenchmarkTfLiteModel { class
54 explicit TestBenchmark(BenchmarkParams params) in TestBenchmark() function in tflite::benchmark::__anon3e7b8a330211::TestBenchmark
74 TestBenchmark benchmark(CreateParams()); in TEST()
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.h238 void TestBenchmark();
Dnumberformat2test.cpp96 void TestBenchmark();
210 TESTCASE_AUTO(TestBenchmark); in runIndexedTest()
615 void NumberFormat2Test::TestBenchmark() { in TestBenchmark() function in NumberFormat2Test
Dnumfmtst.cpp175 TESTCASE_AUTO(TestBenchmark); in runIndexedTest()
8138 void NumberFormatTest::TestBenchmark() { in TestBenchmark() function in NumberFormatTest