Home
last modified time | relevance | path

Searched defs:benchmark (Results 1 – 25 of 151) sorted by relevance

1234567

/external/autotest/site_utils/
Dperf_benchmarks.json3 "benchmark": "v8", string
19 "benchmark": "sunspider", string
34 "benchmark": "dromaeo", string
49 "benchmark": "scimark_gui", string
62 "benchmark": "cycler_intl1", string
71 "benchmark": "cycler_intl2", string
80 "benchmark": "cycler_moz", string
89 "benchmark": "cycler_moz2", string
98 "benchmark": "cycler_alexa", string
107 "benchmark": "cycler_morejs", string
[all …]
/external/toolchain-utils/
Dupdate_telemetry_defaults.py46 def ListCurrentDefaults(self, benchmark=all): argument
68 def AddDefault(self, benchmark, result): argument
78 def RemoveDefault(self, benchmark, result): argument
94 def RemoveBenchmark(self, benchmark): argument
/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_main.cc20 namespace benchmark { namespace
28 BenchmarkTfLiteModel benchmark; in Main() local
Dbenchmark_plus_flex_main.cc21 namespace benchmark { namespace
30 BenchmarkTfLiteModel benchmark; in Main() local
Dbenchmark_test.cc31 namespace benchmark { namespace
67 BenchmarkTfLiteModel benchmark(CreateParams()); in TEST() local
74 TestBenchmark benchmark(CreateParams()); in TEST() local
/external/caliper/caliper/src/main/java/com/google/caliper/worker/
DMacrobenchmarkAllocationWorker.java36 @Inject MacrobenchmarkAllocationWorker(@Benchmark Object benchmark, in MacrobenchmarkAllocationWorker()
51 private AllocationStats measureAllocations(Object benchmark, Method method) throws Exception { in measureAllocations()
DWorker.java40 protected final Object benchmark; field in Worker
42 protected Worker(Object benchmark, Method method) { in Worker()
DRuntimeWorker.java51 RuntimeWorker(Object benchmark, in RuntimeWorker()
104 @Inject Micro(@Benchmark Object benchmark, in Micro()
130 @Inject Pico(@Benchmark Object benchmark, in Pico()
DMicrobenchmarkAllocationWorker.java57 @Inject MicrobenchmarkAllocationWorker(@Benchmark Object benchmark, in MicrobenchmarkAllocationWorker()
136 Object benchmark, Method method, int reps) throws Exception { in measureAllocations()
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DBenchmarkClass.java118 public void cleanup(Object benchmark) throws UserCodeException { in cleanup()
149 private void callSetUp(Object benchmark) throws UserCodeException { in callSetUp()
163 private void callTearDown(Object benchmark) throws UserCodeException { in callTearDown()
DAllocationInstrument.java97 public void dryRun(Object benchmark) throws UserCodeException { in dryRun()
138 public void dryRun(Object benchmark) throws InvalidBenchmarkException { in dryRun()
/external/tensorflow/tensorflow/python/data/experimental/benchmarks/
Dchoose_fastest_branch_benchmark.py48 def benchmark(dataset, name): function
59 def benchmark(dataset, name): function
/external/autotest/client/site_tests/telemetry_AFDOGenerateClient/
Dtelemetry_AFDOGenerateClient.py74 def _try_page_cycler(self, cr, benchmark): argument
90 def _navigate_page_cycler(self, cr, benchmark): argument
/external/toolchain-utils/crosperf/
Dsuite_runner.py60 def Run(self, machine, label, benchmark, test_args, profiler_args): argument
146 def Test_That_Run(self, machine, label, benchmark, test_args, profiler_args): argument
195 def Telemetry_Crosperf_Run(self, machine, label, benchmark, test_args, argument
250 def Telemetry_Run(self, machine, label, benchmark, profiler_args): argument
/external/vogar/src/vogar/android/
DDexTask.java32 private final boolean benchmark; field in DexTask
39 …public DexTask(Dexer dexer, AndroidSdk androidSdk, Classpath classpath, boolean benchmark, String … in DexTask()
/external/tensorflow/tensorflow/lite/tools/benchmark/android/jni/
Dbenchmark_model_jni.cc29 namespace benchmark { namespace
52 BenchmarkTfLiteModel benchmark; in Run() local
/external/google-benchmark/src/
Dbenchmark.cc115 namespace benchmark { namespace
234 for (const BenchmarkInstance& benchmark : benchmarks) { in RunBenchmarks() local
264 for (const auto& benchmark : benchmarks) { in RunBenchmarks() local
396 for (auto const& benchmark : benchmarks) Out << benchmark.name << "\n"; in RunSpecifiedBenchmarks() local
Dsleep.cc27 namespace benchmark { namespace
/external/libcxx/utils/google-benchmark/src/
Dbenchmark.cc115 namespace benchmark { namespace
234 for (const BenchmarkInstance& benchmark : benchmarks) { in RunBenchmarks() local
264 for (const auto& benchmark : benchmarks) { in RunBenchmarks() local
396 for (auto const& benchmark : benchmarks) Out << benchmark.name << "\n"; in RunSpecifiedBenchmarks() local
Dsleep.cc27 namespace benchmark { namespace
/external/autotest/server/site_tests/telemetry_AFDOGenerate/
Dtelemetry_AFDOGenerate.py185 def _run_test(self, benchmark, *args): argument
220 def _run_test_with_retry(self, benchmark, *args): argument
/external/google-benchmark/cmake/
Dbenchmark.pc.in6 Name: @PROJECT_NAME@
/external/expat/tests/benchmark/
DMakefile.am33 noinst_PROGRAMS = benchmark program
/external/libcxx/utils/google-benchmark/cmake/
Dbenchmark.pc.in6 Name: @PROJECT_NAME@
/external/autotest/server/site_tests/telemetry_Benchmarks/
Dtelemetry_Benchmarks.py14 def run_once(self, host=None, benchmark=None, args={}): argument

1234567