Home
last modified time | relevance | path

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

1234

/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.py47 def ListCurrentDefaults(self, benchmark=all): argument
69 def AddDefault(self, benchmark, result): argument
79 def RemoveDefault(self, benchmark, result): argument
95 def RemoveBenchmark(self, benchmark): argument
/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/autotest/client/site_tests/telemetry_AFDOGenerateClient/
Dtelemetry_AFDOGenerateClient.py80 def _try_page_cycler(self, cr, benchmark): argument
96 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
141 def Test_That_Run(self, machine, label, benchmark, test_args, profiler_args): argument
189 def Telemetry_Crosperf_Run(self, machine, label, benchmark, test_args, argument
245 def Telemetry_Run(self, machine, label, benchmark, profiler_args): argument
Dsuite_runner_unittest.py103 def FakeTelemetryRun(machine, test_label, benchmark, profiler_args): argument
108 def FakeTelemetryCrosperfRun(machine, test_label, benchmark, test_args, argument
116 def FakeTestThatRun(machine, test_label, benchmark, test_args, argument
/external/libcxx/utils/google-benchmark/src/
DCMakeLists.txt15 add_library(benchmark ${SOURCE_FILES}) target
Dsleep.cc26 namespace benchmark { namespace
Dreporter.cc27 namespace benchmark { namespace
/external/vogar/src/vogar/android/
DDexTask.java28 private final boolean benchmark; field in DexTask
35 public DexTask(AndroidSdk androidSdk, Classpath classpath, boolean benchmark, String name, in DexTask()
DJackDexTask.java37 private final boolean benchmark; field in JackDexTask
42 public JackDexTask(Run run, Classpath classpath, boolean benchmark, String name, in JackDexTask()
/external/google-benchmark/src/
Dsleep.cc27 namespace benchmark { namespace
DCMakeLists.txt15 add_library(benchmark ${SOURCE_FILES}) target
Dreporter.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/autotest/server/site_tests/telemetry_Benchmarks/
Dtelemetry_Benchmarks.py14 def run_once(self, host=None, benchmark=None, args={}): argument
/external/chromium-trace/catapult/systrace/atrace_helper/
DMakefile23 benchmark: install target
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
DHttpClient.java22 void prepare(Benchmark benchmark); in prepare()
/external/v8/benchmarks/
Dbase.js49 function BenchmarkResult(benchmark, time) { argument
201 BenchmarkSuite.prototype.RunSingleBenchmark = function(benchmark, data) { argument
/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
DJmhEngineHandshakeBenchmark.java64 private EngineHandshakeBenchmark benchmark; field in JmhEngineHandshakeBenchmark

1234