Home
last modified time | relevance | path

Searched +defs:benchmark +defs:s (Results 1 – 25 of 106) sorted by relevance

12345

/aosp_15_r20/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/
H A DSequentialSemaphoreBenchmark.kt16 val s = Semaphore(1) constant in benchmarks.SequentialSemaphoreAsMutexBenchmark
19 fun benchmark() : Unit = runBlocking { in <lambda>() method
20 val s = Semaphore(permits = 1, acquiredPermits = 1) in <lambda>() constant
/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
37 for (auto s : sizes) in run() local
/aosp_15_r20/external/libultrahdr/benchmark/
H A Dbenchmark_test.cpp325 static void BM_UHDRDecode(benchmark::State& s, TestParamsDecodeAPI testVectors) { in BM_UHDRDecode()
326 DecBenchmark benchmark(testVectors); in BM_UHDRDecode() local
372 static void BM_UHDREncode_Api0(benchmark::State& s, TestParamsEncoderAPI0 testVectors) { in BM_UHDREncode_Api0()
373 EncBenchmark benchmark(testVectors); in BM_UHDREncode_Api0() local
419 static void BM_UHDREncode_Api1(benchmark::State& s, TestParamsEncoderAPI1 testVectors) { in BM_UHDREncode_Api1()
420 EncBenchmark benchmark(testVectors); in BM_UHDREncode_Api1() local
/aosp_15_r20/external/grpc-grpc/test/cpp/microbenchmarks/
H A Dbm_channel_args.cc35 for (auto s : state) { in BM_ChannelArgs() local
47 for (auto s : state) { in BM_grpc_channel_args() local
63 for (auto s : state) { in BM_ChannelArgsAsKeyIntoMap() local
79 for (auto s : state) { in BM_ChannelArgsAsKeyIntoBTree() local
87 namespace benchmark { namespace
H A Dbm_huffman_decode.cc37 grpc_core::Slice s = grpc_core::Slice::FromCopiedBuffer(v); in MakeInput() local
44 auto s = absl::Base64Escape( in MakeBase64() local
91 namespace benchmark { namespace
/aosp_15_r20/cts/tests/ServiceKillTest/app/src/com/android/cts/servicekilltestapp/
H A DServiceKillTestService.java329 final Benchmark benchmark = loadBenchmark(); in loadBenchmarkAsync() local
368 private void saveBenchmarkIfRequired(Benchmark benchmark) { in saveBenchmarkIfRequired()
375 private void saveBenchmarkAsync(Benchmark benchmark, Runnable runnable) { in saveBenchmarkAsync()
609 public static void logDebug(String s) { in logDebug()
/aosp_15_r20/external/google-benchmark/src/
H A Dbenchmark_name.cc17 namespace benchmark { namespace
34 void join_impl(std::string& s, const char delimiter, const Head& head, in join_impl()
47 std::string s; in join() local
H A Dcsv_reporter.cc30 namespace benchmark { namespace
39 std::string CsvEscape(const std::string& s) { in CsvEscape()
H A Dconsole_reporter.cc34 namespace benchmark { namespace
184 std::string s; in PrintRunData() local
H A Dstatistics.cc27 namespace benchmark { namespace
118 std::vector<double> s; in ComputeStats() member
H A Djson_reporter.cc30 namespace benchmark { namespace
33 std::string StrEscape(const std::string& s) { in StrEscape()
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/src/
H A Dbenchmark_name.cc17 namespace benchmark { namespace
34 void join_impl(std::string& s, const char delimiter, const Head& head, in join_impl()
47 std::string s; in join() local
H A Dcsv_reporter.cc30 namespace benchmark { namespace
39 std::string CsvEscape(const std::string& s) { in CsvEscape()
H A Dconsole_reporter.cc34 namespace benchmark { namespace
180 std::string s; in PrintRunData() local
H A Dstatistics.cc27 namespace benchmark { namespace
113 std::vector<double> s; in ComputeStats() member
/aosp_15_r20/external/grpc-grpc/test/core/client_channel/lb_policy/
H A Dstatic_stride_scheduler_benchmark.cc66 for (auto s : state) { in BM_StaticStrideSchedulerPickNonAtomic() local
81 for (auto s : state) { in BM_StaticStrideSchedulerPickAtomic() local
91 for (auto s : state) { in BM_StaticStrideSchedulerMake() local
108 namespace benchmark { namespace
/aosp_15_r20/external/wayland/tests/
H A Dfixed-benchmark.c81 benchmark(const char *s, void (*f)(void)) in benchmark() function
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/normperf/
H A Dsimplenormperf.cpp41 const char *s = s8.data(); in toUTF8WithOffsets() local
55 static UnicodeString extend(const UnicodeString &s, int32_t minLength) { in extend()
225 void benchmark(const char *name, Operation &op) { in benchmark() function
244 const char16_t *s; member in __anonaaf4ab510111::NormalizeUTF16
277 const char *s; member in __anonaaf4ab510111::NormalizeUTF8
/aosp_15_r20/external/icu/icu4c/source/test/perf/normperf/
H A Dsimplenormperf.cpp41 const char *s = s8.data(); in toUTF8WithOffsets() local
55 static UnicodeString extend(const UnicodeString &s, int32_t minLength) { in extend()
225 void benchmark(const char *name, Operation &op) { in benchmark() function
244 const char16_t *s; member in __anonc26cd4850111::NormalizeUTF16
277 const char *s; member in __anonc26cd4850111::NormalizeUTF8
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/
H A Dstr_cat_benchmark.cc151 for (auto s : state) { in BM_StrAppendImpl() local
208 void StrAppendConfig(B* benchmark) { in StrAppendConfig()
228 for (auto s : state) { in BM_StrCatImpl() local
256 for (auto s : state) { in BM_StrCat_int() local
/aosp_15_r20/external/abseil-cpp/absl/strings/
H A Dstr_cat_benchmark.cc151 for (auto s : state) { in BM_StrAppendImpl() local
208 void StrAppendConfig(B* benchmark) { in StrAppendConfig()
228 for (auto s : state) { in BM_StrCatImpl() local
256 for (auto s : state) { in BM_StrCat_int() local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/
H A Dstr_cat_benchmark.cc151 for (auto s : state) { in BM_StrAppendImpl() local
208 void StrAppendConfig(B* benchmark) { in StrAppendConfig()
228 for (auto s : state) { in BM_StrCatImpl() local
256 for (auto s : state) { in BM_StrCat_int() local
/aosp_15_r20/external/libcxx/utils/google-benchmark/src/
H A Dconsole_reporter.cc34 namespace benchmark { namespace
159 auto const& s = HumanReadableNumber(c.second.value, c.second.oneK); in PrintRunData() local
H A Dstatistics.cc26 namespace benchmark { namespace
104 std::vector<double> s; in ComputeStats() member
/aosp_15_r20/external/rust/android-crates-io/crates/axum/benches/
Dbenches.rs99 s: String, field
103 fn benchmark(name: &'static str) -> BenchmarkBuilder { in benchmark() function

12345