Home
last modified time | relevance | path

Searched defs:benchmarks (Results 1 – 25 of 145) sorted by relevance

123456

/aosp_15_r20/bionic/benchmarks/
H A DREADME.md11 ### Device benchmarks
28 ### Host benchmarks
33 ### XML suites
47 ### XML suite format
70 ### Shorthand
84 ### Unit Tests
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/performance/
DREADME.md21 #### Generating scenarios
60 #### Generating load test configurations
188 #### Concatenating load test configurations
201 #### Generating load test examples
213 #### Generating configuration templates
286 #### Running tests
/aosp_15_r20/external/grpc-grpc/tools/run_tests/performance/
H A DREADME.md21 #### Generating scenarios
62 #### Generating load test configurations
190 #### Concatenating load test configurations
203 #### Generating load test examples
215 #### Generating configuration templates
288 #### Running tests
/aosp_15_r20/external/eigen/bench/
H A Dbenchmark-blocking-sizes.cpp345 void serialize_benchmarks(const char* filename, const vector<benchmark_t>& benchmarks, size_t first… in serialize_benchmarks()
361 bool deserialize_benchmarks(const char* filename, vector<benchmark_t>& benchmarks, size_t& first_be… in deserialize_benchmarks()
386 vector<benchmark_t>& benchmarks, in try_run_some_benchmarks()
501 void run_benchmarks(vector<benchmark_t>& benchmarks) in run_benchmarks()
570 vector<benchmark_t> benchmarks; in run() local
601 vector<benchmark_t> benchmarks; in run() local
/aosp_15_r20/external/google-fruit/extras/benchmark/
H A DREADME.md26 * `fruit_full.yml`: full set of Fruit benchmarks (using the Fruit 3.x API).
39 ### Benchmark tables
74 ### Manual benchmarks
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_build.py54 def _build_cmd(cfg, benchmarks): argument
64 def _build_config_and_copy(cfg, benchmarks, dest_dir): argument
75 def build(name, benchmarks, jobs): argument
/aosp_15_r20/external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/
H A Dbm_build.py61 def _build_cmd(cfg, benchmarks): argument
75 def _build_config_and_copy(cfg, benchmarks, dest_dir): argument
90 def build(name, benchmarks, jobs): argument
/aosp_15_r20/external/toolchain-utils/crosperf/
H A Dresults_organizer.py22 def _AdjustIteration(benchmarks, max_dup, bench): argument
96 def _DuplicatePass(result, benchmarks): argument
157 def OrganizeResults(benchmark_runs, labels, benchmarks=None, json_report=False): argument
/aosp_15_r20/external/pytorch/benchmarks/inference/
H A DREADME.md21 ### Running a single benchmark
45 ### Running a sweep
/aosp_15_r20/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/flow/scrabble/
H A DREADME.md9 ### Benchmark classes
28 ### Results
/aosp_15_r20/external/igt-gpu-tools/
H A DMakefile.am24 SUBDIRS = lib tools scripts benchmarks subdir
31 SUBDIRS += overlay benchmarks subdir
/aosp_15_r20/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/
H A DChannelSinkNoAllocationsBenchmark.kt1 package benchmarks package
H A DParametrizedDispatcherBase.kt1 package benchmarks package
H A DSequentialSemaphoreBenchmark.kt1 package benchmarks package
H A DChannelSinkDepthBenchmark.kt1 package benchmarks in <lambda>() package
H A DChannelSinkBenchmark.kt1 package benchmarks in <lambda>() package
/aosp_15_r20/external/pytorch/benchmarks/tensorexpr/
H A Dmicrobenchmarks.py208 benchmarks = list(zip(names, nnc_fns, pt_fns, shape_fns)) variable
211 def run_benchmarks(benchmarks, sizes): argument
/aosp_15_r20/external/libcxx/utils/google-benchmark/src/
H A Dbenchmark.cc224 void RunBenchmarks(const std::vector<BenchmarkInstance>& benchmarks, in RunBenchmarks()
387 std::vector<internal::BenchmarkInstance> benchmarks; in RunSpecifiedBenchmarks() local
H A Dbenchmark_register.cc110 std::string spec, std::vector<BenchmarkInstance>* benchmarks, in FindBenchmarks()
233 std::vector<BenchmarkInstance>* benchmarks, in FindBenchmarksInternal()
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/html/
Dmod.rs88 benchmarks: Vec<IndividualBenchmark>, field
180 benchmarks: Vec<ReportLink<'a>>, field
782 let benchmarks = data in generate_summary() localVariable
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/src/
H A Dbenchmark.cc346 void RunBenchmarks(const std::vector<BenchmarkInstance>& benchmarks, in RunBenchmarks()
599 std::vector<internal::BenchmarkInstance> benchmarks; in RunSpecifiedBenchmarks() local
H A Dbenchmark_register.cc115 std::string spec, std::vector<BenchmarkInstance>* benchmarks, in FindBenchmarks()
198 std::vector<BenchmarkInstance>* benchmarks, in FindBenchmarksInternal()
/aosp_15_r20/external/google-benchmark/src/
H A Dbenchmark_register.cc115 std::string spec, std::vector<BenchmarkInstance>* benchmarks, in FindBenchmarks()
198 std::vector<BenchmarkInstance>* benchmarks, in FindBenchmarksInternal()
H A Dbenchmark.cc360 void RunBenchmarks(const std::vector<BenchmarkInstance>& benchmarks, in RunBenchmarks()
618 std::vector<internal::BenchmarkInstance> benchmarks; in RunSpecifiedBenchmarks() local
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/benches/
Dbench_main.rs3 mod benchmarks; module

123456