HomeSort by relevance Sort by last modified time
    Searched defs:benchmark (Results 26 - 50 of 191) sorted by null

12 3 4 5 6 7 8

  /external/google-benchmark/src/
complexity.h 16 // Adapted to be used with google benchmark
24 #include "benchmark/benchmark.h"
26 namespace benchmark { namespace
53 } // end namespace benchmark
counter.cc 17 namespace benchmark { namespace
68 } // end namespace benchmark
sleep.h 4 namespace benchmark { namespace
13 } // end namespace benchmark
timers.h 7 namespace benchmark { namespace
46 } // end namespace benchmark
  /external/libcxx/utils/google-benchmark/src/
complexity.h 16 // Adapted to be used with google benchmark
24 #include "benchmark/benchmark.h"
26 namespace benchmark { namespace
53 } // end namespace benchmark
counter.cc 17 namespace benchmark { namespace
68 } // end namespace benchmark
sleep.h 4 namespace benchmark { namespace
13 } // end namespace benchmark
timers.h 7 namespace benchmark { namespace
46 } // end namespace benchmark
  /frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/
BenchmarkDashboardFragment.java 17 package com.android.benchmark.app;
25 import com.android.benchmark.R;
28 * Fragment for the Benchmark dashboard
BenchmarkListAdapter.java 17 package com.android.benchmark.app;
27 import com.android.benchmark.registry.BenchmarkGroup;
28 import com.android.benchmark.registry.BenchmarkRegistry;
29 import com.android.benchmark.R;
102 BenchmarkGroup.Benchmark benchmark = local
103 (BenchmarkGroup.Benchmark) getChild(groupPosition, childPosition);
109 name.setText(benchmark.getName());
111 enabledBox.setOnClickListener(benchmark);
112 enabledBox.setChecked(benchmark.isEnabled())
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
self_test.go 21 var benchmark = flag.Bool("b", false, "run benchmarks") var
43 if !*benchmark {
65 b := testing.Benchmark(func(b *testing.B) {
  /prebuilts/go/linux-x86/src/go/types/
self_test.go 21 var benchmark = flag.Bool("b", false, "run benchmarks") var
43 if !*benchmark {
65 b := testing.Benchmark(func(b *testing.B) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
complexity.h 16 // Adapted to be used with google benchmark
24 #include "benchmark/benchmark_api.h"
25 #include "benchmark/reporter.h"
27 namespace benchmark { namespace
60 } // end namespace benchmark
counter.cc 17 namespace benchmark { namespace
68 } // end namespace benchmark
sleep.h 4 namespace benchmark { namespace
13 } // end namespace benchmark
timers.h 7 namespace benchmark { namespace
46 } // end namespace benchmark
reporter.cc 15 #include "benchmark/reporter.h"
27 namespace benchmark { namespace
45 Out << "***WARNING*** CPU scaling is enabled, the benchmark "
68 } // end namespace benchmark
  /external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
JmhCipherEncryptBenchmark.java 20 import org.openjdk.jmh.annotations.Benchmark;
31 * Benchmark comparing Cipher creation performance.
33 @State(Scope.Benchmark)
48 private CipherEncryptBenchmark benchmark; field in class:JmhCipherEncryptBenchmark
52 benchmark = new CipherEncryptBenchmark(config);
55 @Benchmark
57 bh.consume(benchmark.encrypt());
JmhClientSocketBenchmark.java 21 import org.openjdk.jmh.annotations.Benchmark;
32 * Benchmark for comparing performance of client socket implementations. All benchmarks use Netty
35 @State(Scope.Benchmark)
41 * consuming CPU in the benchmark method.
71 private ClientSocketBenchmark benchmark; field in class:JmhClientSocketBenchmark
75 benchmark = new ClientSocketBenchmark(config);
80 benchmark.close();
83 @Benchmark
86 benchmark.throughput();
JmhServerSocketBenchmark.java 21 import org.openjdk.jmh.annotations.Benchmark;
32 * Benchmark for comparing performance of server socket implementations.
34 @State(Scope.Benchmark)
40 * consuming CPU in the benchmark method.
70 private ServerSocketBenchmark benchmark; field in class:JmhServerSocketBenchmark
74 benchmark = new ServerSocketBenchmark(config);
79 benchmark.close();
82 @Benchmark
85 benchmark.throughput();
  /external/tensorflow/tensorflow/compiler/aot/
benchmark_test.cc 16 #include "tensorflow/compiler/aot/benchmark.h"
23 namespace benchmark { namespace in namespace:tensorflow::tfcompile
27 // benchmark with max_iters, and ensure we end up with that many iter stats.
28 TEST(Benchmark, Benchmark) {
34 Benchmark(options, [&] { add.Run(); }, &stats1);
39 Benchmark(options, [&] { add.Run(); }, &stats5);
44 } // namespace benchmark
  /external/vixl/benchmarks/aarch32/
bench-branch-masm.cc 44 void benchmark(int iterations, InstructionSet isa) { function
91 benchmark(iterations, A32);
94 benchmark(iterations, T32);
bench-dataop.cc 44 void benchmark(unsigned instructions, InstructionSet isa) { function
86 benchmark(instructions, A32);
89 benchmark(instructions, T32);
  /frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/registry/
BenchmarkCategory.java 17 package com.android.benchmark.registry;
25 * Represents the category of a particular benchmark.
  /external/conscrypt/benchmark-android/src/main/java/org/conscrypt/
CaliperAlpnBenchmark.java 20 import com.google.caliper.Benchmark;
41 private EngineHandshakeBenchmark benchmark; field in class:CaliperAlpnBenchmark
45 benchmark = new EngineHandshakeBenchmark(config);
48 @Benchmark
51 benchmark.handshake();

Completed in 283 milliseconds

12 3 4 5 6 7 8