Home
last modified time | relevance | path

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

12345678910>>...18

/aosp_15_r20/external/autotest/site_utils/
H A 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 …]
/aosp_15_r20/external/grpc-grpc/tools/run_tests/generated/
H A Dtests.json6 "benchmark": false, boolean
28 "benchmark": false, boolean
52 "benchmark": false, boolean
74 "benchmark": true, boolean
94 "benchmark": false, boolean
118 "benchmark": false, boolean
140 "benchmark": false, boolean
162 "benchmark": false, boolean
186 "benchmark": false, boolean
208 "benchmark": false, boolean
[all …]
/aosp_15_r20/external/bazelbuild-rules_go/go/tools/bazel_benchmark/
H A Dbazel_benchmark.go53 type benchmark struct { struct
54 desc string
55 serverState serverState
56 cleanState cleanState
57 incrFile string
58 targets []string
59 result time.Duration
274 func runBenchmark(b *benchmark) error {
309 func recordResults(outPath string, t time.Time, bazelVersion, commit string, benchmarks []benchmark
349 func buildColumnMap(outPath string, benchmarks []benchmark) (columnMap map[string]int, outExists bo…
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/benchmarks/opencl/
Dbenchmark.hpp17 namespace boost { namespace numeric { namespace ublas { namespace benchmark { namespace
94 class benchmark<R(O), true> : public base, public ublas::benchmark::benchmark class
97 benchmark(std::string const &name) in benchmark() function in boost::numeric::ublas::benchmark::opencl::benchmark
112 class benchmark<R(O1, O2), true> : public base, public ublas::benchmark::benchmark class
115 benchmark(std::string const &name) in benchmark() function in boost::numeric::ublas::benchmark::opencl::benchmark
133 class benchmark<R(O1, O2, O3), true> : public base, public ublas::benchmark::benchmark class
136 benchmark(std::string const &name) in benchmark() function in boost::numeric::ublas::benchmark::opencl::benchmark
157 class benchmark<R(O), false> : public base, public ublas::benchmark::benchmark class
160 benchmark(std::string const &name) in benchmark() function in boost::numeric::ublas::benchmark::opencl::benchmark
175 class benchmark<R(O1, O2), false> : public base, public ublas::benchmark::benchmark class
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/
H A Dbenchmark_test.cc45 namespace benchmark { namespace
145 TestBenchmark benchmark(CreateFp32Params()); in TEST() local
152 TestBenchmark benchmark(CreateInt8Params()); in TEST() local
159 TestBenchmark benchmark(CreateStringParams()); in TEST() local
213 TestBenchmark benchmark(CreateFp32Params()); in TEST() local
224 TestBenchmark benchmark(std::move(params)); in TEST() local
240 TestBenchmark benchmark(std::move(params)); in TEST() local
257 TestBenchmark benchmark(std::move(params)); in TEST() local
287 TestBenchmark benchmark(std::move(params)); in TEST() local
307 TestBenchmark benchmark(std::move(params)); in TEST() local
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/native/miopen/
H A DConv_miopen.cpp36 int64_t groups, bool benchmark, bool deterministic) { in miopen_convolution()
43 bool benchmark, bool deterministic) { in miopen_convolution_backward_input()
50 bool benchmark, bool deterministic) { in miopen_convolution_backward_weight()
62 bool benchmark, bool deterministic, std::array<bool,3> output_mask) { in miopen_convolution_backward() argument
69 int64_t groups, bool benchmark, bool deterministic) { in miopen_convolution_transpose()
76 int64_t groups, bool benchmark, bool deterministic) { in miopen_convolution_transpose_backward_input()
83 bool benchmark, bool deterministic) { in miopen_convolution_transpose_backward_weight()
90 bool benchmark, bool deterministic, std::array<bool,3> output_mask) { in miopen_convolution_transpose_backward() argument
97 int64_t groups, bool benchmark, bool deterministic) { in miopen_depthwise_convolution()
104 bool benchmark, bool deterministic) { in miopen_depthwise_convolution_backward_input()
[all …]
/aosp_15_r20/external/starlark-go/starlark/
H A 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) {
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cudnn/
H A DConvPlaceholders.cpp35 bool benchmark, in cudnn_convolution()
48 bool benchmark, in cudnn_convolution_out()
63 bool benchmark, in cudnn_convolution_backward_input()
78 bool benchmark, in cudnn_convolution_backward_weight()
93 bool benchmark, in cudnn_convolution_backward()
108 bool benchmark, in cudnn_convolution_transpose()
121 bool benchmark, in cudnn_convolution_transpose_backward_input()
136 bool benchmark, in cudnn_convolution_transpose_backward_weight()
152 bool benchmark, in cudnn_convolution_transpose_backward()
168 bool benchmark, in raw_cudnn_convolution_forward_out()
[all …]
H A DConvShared.cpp214 bool benchmark, in cudnn_convolution_forward_out()
247 bool benchmark, in cudnn_convolution()
283 bool benchmark, in cudnn_convolution_out()
316 bool benchmark, in cudnn_convolution_transpose_backward_input()
374 bool benchmark, in cudnn_convolution_backward_input()
416 bool benchmark, in cudnn_convolution_transpose_forward()
449 bool benchmark, in cudnn_convolution_backward_input()
476 bool benchmark, in cudnn_convolution_transpose()
511 bool benchmark, in cudnn_convolution_backward_weight()
564 bool benchmark, in cudnn_convolution_backward_weight()
[all …]
H A DConv_v7.cpp523 bool benchmark; member in at::native::AlgoIterator
526 AlgoIterator(const ConvolutionArgs& args, bool benchmark) in AlgoIterator()
614 bool benchmark, in split_batch_dim_to_32bit_out()
705 bool benchmark, in raw_cudnn_convolution_forward_out_32bit()
788 bool benchmark, in raw_cudnn_convolution_forward_out_v7()
820 bool benchmark, in raw_cudnn_convolution_backward_input_out_32bit()
906 bool benchmark, in raw_cudnn_convolution_backward_input_out_v7()
938 bool benchmark, in raw_cudnn_convolution_backward_weight_out_32bit()
1025 bool benchmark, in raw_cudnn_convolution_backward_weight_out_v7()
1115 bool benchmark, in raw_cudnn_convolution_add_relu_out_v7()
[all …]
/aosp_15_r20/external/pigweed/pw_allocator/benchmarks/
H A Dbenchmark_test.cc41 bool IsChanged(Benchmark& benchmark, GetByKey get_by_key) { in IsChanged()
45 bool ByCountChanged(Benchmark& benchmark, size_t count) { in ByCountChanged()
53 Benchmark benchmark(kToken, allocator); in TEST() local
93 size_t ByFragmentationChanged(Benchmark& benchmark, float fragmentation) { in ByFragmentationChanged()
102 Benchmark benchmark(kToken, allocator); in TEST() local
129 bool BySizeChanged(Benchmark& benchmark, size_t size) { in BySizeChanged()
137 Benchmark benchmark(kToken, allocator); in TEST() local
/aosp_15_r20/external/google-benchmark/test/
H A Dtime_unit_gtest.cc4 namespace benchmark { namespace
16 DummyBenchmark benchmark; in TEST() local
21 DummyBenchmark benchmark; in TEST() local
28 DummyBenchmark benchmark; in TEST() local
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/test/
H A Dtime_unit_gtest.cc4 namespace benchmark { namespace
16 DummyBenchmark benchmark; in TEST() local
21 DummyBenchmark benchmark; in TEST() local
28 DummyBenchmark benchmark; in TEST() local
/aosp_15_r20/external/toolchain-utils/crosperf/
H A Dsuite_runner.py119 def Run(self, cros_machine, label, benchmark, test_args, profiler_args): argument
162 def GenTestArgs(self, benchmark, test_args, profiler_args): argument
198 def Tast_Run(self, machine, label, benchmark): argument
218 self, machine, label, benchmark, test_args, profiler_args argument
337 def Crosfleet_Run(self, label, benchmark, test_args, profiler_args): argument
/aosp_15_r20/external/toolchain-utils/
H A Dupdate_telemetry_defaults.py49 def ListCurrentDefaults(self, benchmark="all"): argument
71 def AddDefault(self, benchmark, result): argument
81 def RemoveDefault(self, benchmark, result): argument
99 def RemoveBenchmark(self, benchmark): argument
/aosp_15_r20/external/icing/icing/store/
H A Dkey-mapper_benchmark.cc106 KeyMapperBenchmark benchmark; in BM_PutMany() local
170 KeyMapperBenchmark benchmark; in BM_Put() local
211 KeyMapperBenchmark benchmark; in BM_Get() local
266 KeyMapperBenchmark benchmark; in BM_Iterator() local
/aosp_15_r20/external/icing/icing/index/numeric/
H A Dinteger-index-storage_benchmark.cc150 IntegerIndexStorageBenchmark benchmark; in BM_Index() local
212 IntegerIndexStorageBenchmark benchmark; in BM_BatchIndex() local
265 IntegerIndexStorageBenchmark benchmark; in BM_ExactQuery() local
344 IntegerIndexStorageBenchmark benchmark; in BM_RangeQueryAll() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/benchmarks/
Dbenchmark.hpp18 namespace boost { namespace numeric { namespace ublas { namespace benchmark { namespace
20 class benchmark class
24 benchmark(std::string const &name) : name_(name) {} in benchmark() function in boost::numeric::ublas::benchmark::benchmark
/aosp_15_r20/external/libcxx/utils/google-benchmark/src/
H A 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
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/workbench/qi/
Dint_parser.cpp37 void benchmark() in benchmark() function
47 void benchmark() in benchmark() function
66 void benchmark() in benchmark() function
Dreal_parser.cpp35 void benchmark() in benchmark() function
48 void benchmark() in benchmark() function
70 void benchmark() in benchmark() function
/aosp_15_r20/external/skia/tools/testrunners/benchmark/target/
H A DRasterBenchmarkTarget.cpp29 RasterBenchmarkTarget(std::unique_ptr<SurfaceManager> surfaceManager, Benchmark* benchmark) in RasterBenchmarkTarget()
87 NonRenderingBenchmarkTarget(Benchmark* benchmark) : RasterBenchmarkTarget(nullptr, benchmark) {} in NonRenderingBenchmarkTarget()
108 Benchmark* benchmark) { in FromConfig()
/aosp_15_r20/external/caliper/caliper/src/main/java/com/google/caliper/runner/
H A 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()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Deigen_benchmark_cpu_test.cc40 auto benchmark = Benchmark(state, device); in SpatialConvolution() local
68 auto benchmark = Benchmark(state, device); in SpatialConvolutionBackwardInput() local
95 auto benchmark = Benchmark(state, device); in SpatialConvolutionBackwardKernel() local
258 auto benchmark = Benchmark(state, device); in CuboidConvolution() local
287 auto benchmark = Benchmark(state, device); in CuboidConvolutionBackwardInput() local
315 auto benchmark = Benchmark(state, device); in CuboidConvolutionBackwardKernel() local
/aosp_15_r20/build/make/tools/perf/
H A Dbenchmarks304 def __init__(self, lunch, benchmark, iteration, log_dir): argument
354 def _run_benchmark(self, lunch, benchmark, iteration): argument
402 def _benchmark_log_dir(self, lunch, benchmark, iteration): argument
409 def _run_build(self, lunch, build_log_dir, benchmark): argument

12345678910>>...18