Home
last modified time | relevance | path

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

12345678910

/external/starlark-go/starlark/
Dbench_test.go74 type benchmark struct { struct
75 b *testing.B
78 func (benchmark) Freeze() {}
79 func (benchmark) Truth() starlark.Bool { return true }
80 func (benchmark) Type() string { return "benchmark" }
81 func (benchmark) String() string { return "<benchmark>" }
82 func (benchmark) Hash() (uint32, error) { return 0, fmt.Errorf("unhashable: benchmark") }
83 func (benchmark) AttrNames() []string { return []string{"n", "restart", "start", "stop"} }
84 func (b benchmark) Attr(name string) (starlark.Value, error) {
/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/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_test.cc43 namespace benchmark { namespace
142 TestBenchmark benchmark(CreateFp32Params()); in TEST() local
149 TestBenchmark benchmark(CreateInt8Params()); in TEST() local
156 TestBenchmark benchmark(CreateStringParams()); in TEST() local
186 TestBenchmark benchmark(CreateFp32Params()); in TEST() local
197 TestBenchmark benchmark(std::move(params)); in TEST() local
213 TestBenchmark benchmark(std::move(params)); in TEST() local
230 TestBenchmark benchmark(std::move(params)); in TEST() local
260 TestBenchmark benchmark(std::move(params)); in TEST() local
280 TestBenchmark benchmark(std::move(params)); in TEST() local
[all …]
Dbenchmark_plus_flex_main.cc21 namespace benchmark { namespace
26 BenchmarkTfLiteModel benchmark; in Main() local
Dbenchmark_main.cc22 namespace benchmark { namespace
26 BenchmarkTfLiteModel benchmark; in Main() local
Dbenchmark_tflite_performance_options_main.cc21 namespace benchmark { namespace
25 BenchmarkTfLiteModel benchmark; in Main() local
Dbenchmark_utils.cc21 namespace benchmark { namespace
/external/toolchain-utils/
Dupdate_telemetry_defaults.py49 def ListCurrentDefaults(self, benchmark='all'): argument
71 def AddDefault(self, benchmark, result): argument
81 def RemoveDefault(self, benchmark, result): argument
97 def RemoveBenchmark(self, benchmark): argument
/external/toolchain-utils/crosperf/
Dsuite_runner.py75 def Run(self, cros_machine, label, benchmark, test_args, profiler_args): argument
105 def GenTestArgs(self, benchmark, test_args, profiler_args): argument
135 def Tast_Run(self, machine, label, benchmark): argument
151 def Test_That_Run(self, machine, label, benchmark, test_args, profiler_args): argument
241 def Skylab_Run(self, label, benchmark, test_args, profiler_args): argument
Dsuite_runner_unittest.py107 def FakeSkylabRun(test_label, benchmark, test_args, profiler_args): argument
112 def FakeTestThatRun(machine, test_label, benchmark, test_args, argument
120 def FakeTastRun(machine, test_label, 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/tensorflow/tensorflow/python/data/experimental/benchmarks/
Dchoose_fastest_branch_benchmark.py59 def benchmark(dataset, name): function
70 def benchmark(dataset, name): function
96 def benchmark(dataset, name): function
/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.py74 def _try_page_cycler(self, cr, benchmark): argument
90 def _navigate_page_cycler(self, cr, benchmark): argument
/external/toolchain-utils/afdo_redaction/
Dremove_cold_functions.py85 def analyze_functions(records, cwp, benchmark): argument
100 def run(input_stream, output_stream, goal, cwp=None, benchmark=None): argument
/external/tensorflow/tensorflow/lite/tools/benchmark/android/jni/
Dbenchmark_model_jni.cc28 namespace benchmark { namespace
55 BenchmarkTfLiteModel benchmark; in Run() local
/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/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
/external/llvm-project/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
/external/google-benchmark/src/
Dbenchmark.cc109 namespace benchmark { namespace
228 for (const BenchmarkInstance& benchmark : benchmarks) { in RunBenchmarks() local
258 for (const auto& benchmark : benchmarks) { in RunBenchmarks() local
401 for (auto const& benchmark : benchmarks) in RunSpecifiedBenchmarks() local
Dsleep.cc31 namespace benchmark { namespace

12345678910