/aosp_15_r20/external/autotest/site_utils/ |
H A D | perf_benchmarks.json | 3 "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 D | tests.json | 6 "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 D | bazel_benchmark.go | 53 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/ |
D | benchmark.hpp | 17 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 D | benchmark_test.cc | 45 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 D | Conv_miopen.cpp | 36 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 D | bench_test.go | 74 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 D | ConvPlaceholders.cpp | 35 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 D | ConvShared.cpp | 214 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 D | Conv_v7.cpp | 523 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 D | benchmark_test.cc | 41 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 D | time_unit_gtest.cc | 4 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 D | time_unit_gtest.cc | 4 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 D | suite_runner.py | 119 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 D | update_telemetry_defaults.py | 49 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 D | key-mapper_benchmark.cc | 106 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 D | integer-index-storage_benchmark.cc | 150 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/ |
D | benchmark.hpp | 18 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 D | benchmark.cc | 115 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/ |
D | int_parser.cpp | 37 void benchmark() in benchmark() function 47 void benchmark() in benchmark() function 66 void benchmark() in benchmark() function
|
D | real_parser.cpp | 35 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 D | RasterBenchmarkTarget.cpp | 29 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 D | BenchmarkClass.java | 118 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 D | eigen_benchmark_cpu_test.cc | 40 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 D | benchmarks | 304 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
|