HomeSort by relevance Sort by last modified time
    Searched refs:TestBenchmark (Results 1 - 9 of 9) sorted by null

  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
ExperimentingRunnerModuleTest.java 56 methodA = TestBenchmark.class.getDeclaredMethod("a");
57 methodB = TestBenchmark.class.getDeclaredMethod("b");
58 methodC = TestBenchmark.class.getDeclaredMethod("c");
73 BenchmarkClass.forClass(TestBenchmark.class),
87 BenchmarkClass.forClass(TestBenchmark.class),
97 BenchmarkClass.forClass(TestBenchmark.class),
106 BenchmarkClass.forClass(TestBenchmark.class),
114 static final class TestBenchmark {
ArbitraryMeasurmentInstrumentTest.java 41 runner.forBenchmark(TestBenchmark.class)
54 public static class TestBenchmark {
WorkerProcessTest.java 71 benchmarkClass = BenchmarkClass.forClass(TestBenchmark.class);
75 Method method = TestBenchmark.class.getDeclaredMethods()[0];
88 .className(TestBenchmark.class.getName())
153 static final class TestBenchmark {
AllocationInstrumentTest.java 86 public static class TestBenchmark {
RuntimeInstrumentTest.java 154 static final class TestBenchmark {
  /external/chromium-trace/catapult/telemetry/telemetry/
benchmark_unittest.py 24 class TestBenchmark(benchmark.Benchmark):
26 super(TestBenchmark, self).__init__()
40 b = TestBenchmark(story_module.Story(
47 b = TestBenchmark(story_module.Story(
53 b = TestBenchmark(android.AndroidStory(start_intent=None))
74 b = TestBenchmark(page.Page(url='about:blank'))
132 class PredicateBenchmark(TestBenchmark):
  /external/icu/icu4c/source/test/intltest/
numfmtst.h 206 void TestBenchmark();
numberformat2test.cpp 94 void TestBenchmark();
208 TESTCASE_AUTO(TestBenchmark);
613 void NumberFormat2Test::TestBenchmark() {
    [all...]
numfmtst.cpp 571 TESTCASE_AUTO(TestBenchmark);
    [all...]

Completed in 92 milliseconds