Home
last modified time | relevance | path

Searched full:benchmark (Results 1 – 25 of 3090) sorted by relevance

12345678910>>...124

/external/XNNPACK/eval/
Df32-sigmoid-ulp.cc18 #include <benchmark/benchmark.h>
57 static void SigmoidError(benchmark::State& state, in SigmoidError()
59 benchmark::utils::IsaCheckFunction isa_check = nullptr) in SigmoidError()
136 state.counters["ULPERROR"] = benchmark::Counter(max_ulp_error); in SigmoidError()
142 benchmark::utils::CheckNEONFMA)
143 ->Unit(benchmark::kMillisecond)
147 benchmark::utils::CheckNEONFMA)
148 ->Unit(benchmark::kMillisecond)
152 benchmark::utils::CheckNEONFMA)
153 ->Unit(benchmark::kMillisecond)
[all …]
/external/webrtc/third_party/abseil-cpp/absl/time/
Dduration_benchmark.cc22 #include "benchmark/benchmark.h"
30 void BM_Duration_Factory_Nanoseconds(benchmark::State& state) { in BM_Duration_Factory_Nanoseconds()
33 benchmark::DoNotOptimize(absl::Nanoseconds(i)); in BM_Duration_Factory_Nanoseconds()
37 BENCHMARK(BM_Duration_Factory_Nanoseconds);
39 void BM_Duration_Factory_Microseconds(benchmark::State& state) { in BM_Duration_Factory_Microseconds()
42 benchmark::DoNotOptimize(absl::Microseconds(i)); in BM_Duration_Factory_Microseconds()
46 BENCHMARK(BM_Duration_Factory_Microseconds);
48 void BM_Duration_Factory_Milliseconds(benchmark::State& state) { in BM_Duration_Factory_Milliseconds()
51 benchmark::DoNotOptimize(absl::Milliseconds(i)); in BM_Duration_Factory_Milliseconds()
55 BENCHMARK(BM_Duration_Factory_Milliseconds);
[all …]
/external/openscreen/third_party/abseil/src/absl/time/
Dduration_benchmark.cc22 #include "benchmark/benchmark.h"
30 void BM_Duration_Factory_Nanoseconds(benchmark::State& state) { in BM_Duration_Factory_Nanoseconds()
33 benchmark::DoNotOptimize(absl::Nanoseconds(i)); in BM_Duration_Factory_Nanoseconds()
37 BENCHMARK(BM_Duration_Factory_Nanoseconds);
39 void BM_Duration_Factory_Microseconds(benchmark::State& state) { in BM_Duration_Factory_Microseconds()
42 benchmark::DoNotOptimize(absl::Microseconds(i)); in BM_Duration_Factory_Microseconds()
46 BENCHMARK(BM_Duration_Factory_Microseconds);
48 void BM_Duration_Factory_Milliseconds(benchmark::State& state) { in BM_Duration_Factory_Milliseconds()
51 benchmark::DoNotOptimize(absl::Milliseconds(i)); in BM_Duration_Factory_Milliseconds()
55 BENCHMARK(BM_Duration_Factory_Milliseconds);
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/
Dduration_benchmark.cc22 #include "benchmark/benchmark.h"
30 void BM_Duration_Factory_Nanoseconds(benchmark::State& state) { in BM_Duration_Factory_Nanoseconds()
33 benchmark::DoNotOptimize(absl::Nanoseconds(i)); in BM_Duration_Factory_Nanoseconds()
37 BENCHMARK(BM_Duration_Factory_Nanoseconds);
39 void BM_Duration_Factory_Microseconds(benchmark::State& state) { in BM_Duration_Factory_Microseconds()
42 benchmark::DoNotOptimize(absl::Microseconds(i)); in BM_Duration_Factory_Microseconds()
46 BENCHMARK(BM_Duration_Factory_Microseconds);
48 void BM_Duration_Factory_Milliseconds(benchmark::State& state) { in BM_Duration_Factory_Milliseconds()
51 benchmark::DoNotOptimize(absl::Milliseconds(i)); in BM_Duration_Factory_Milliseconds()
55 BENCHMARK(BM_Duration_Factory_Milliseconds);
[all …]
/external/abseil-cpp/absl/time/
Dduration_benchmark.cc22 #include "benchmark/benchmark.h"
30 void BM_Duration_Factory_Nanoseconds(benchmark::State& state) { in BM_Duration_Factory_Nanoseconds()
33 benchmark::DoNotOptimize(absl::Nanoseconds(i)); in BM_Duration_Factory_Nanoseconds()
37 BENCHMARK(BM_Duration_Factory_Nanoseconds);
39 void BM_Duration_Factory_Microseconds(benchmark::State& state) { in BM_Duration_Factory_Microseconds()
42 benchmark::DoNotOptimize(absl::Microseconds(i)); in BM_Duration_Factory_Microseconds()
46 BENCHMARK(BM_Duration_Factory_Microseconds);
48 void BM_Duration_Factory_Milliseconds(benchmark::State& state) { in BM_Duration_Factory_Milliseconds()
51 benchmark::DoNotOptimize(absl::Milliseconds(i)); in BM_Duration_Factory_Milliseconds()
55 BENCHMARK(BM_Duration_Factory_Milliseconds);
[all …]
/external/libtextclassifier/abseil-cpp/absl/time/
Dduration_benchmark.cc22 #include "benchmark/benchmark.h"
30 void BM_Duration_Factory_Nanoseconds(benchmark::State& state) { in BM_Duration_Factory_Nanoseconds()
33 benchmark::DoNotOptimize(absl::Nanoseconds(i)); in BM_Duration_Factory_Nanoseconds()
37 BENCHMARK(BM_Duration_Factory_Nanoseconds);
39 void BM_Duration_Factory_Microseconds(benchmark::State& state) { in BM_Duration_Factory_Microseconds()
42 benchmark::DoNotOptimize(absl::Microseconds(i)); in BM_Duration_Factory_Microseconds()
46 BENCHMARK(BM_Duration_Factory_Microseconds);
48 void BM_Duration_Factory_Milliseconds(benchmark::State& state) { in BM_Duration_Factory_Milliseconds()
51 benchmark::DoNotOptimize(absl::Milliseconds(i)); in BM_Duration_Factory_Milliseconds()
55 BENCHMARK(BM_Duration_Factory_Milliseconds);
[all …]
/external/angle/third_party/abseil-cpp/absl/time/
Dduration_benchmark.cc23 #include "benchmark/benchmark.h"
35 void BM_Duration_Factory_Nanoseconds(benchmark::State& state) { in BM_Duration_Factory_Nanoseconds()
38 benchmark::DoNotOptimize(absl::Nanoseconds(i)); in BM_Duration_Factory_Nanoseconds()
42 BENCHMARK(BM_Duration_Factory_Nanoseconds);
44 void BM_Duration_Factory_Microseconds(benchmark::State& state) { in BM_Duration_Factory_Microseconds()
47 benchmark::DoNotOptimize(absl::Microseconds(i)); in BM_Duration_Factory_Microseconds()
51 BENCHMARK(BM_Duration_Factory_Microseconds);
53 void BM_Duration_Factory_Milliseconds(benchmark::State& state) { in BM_Duration_Factory_Milliseconds()
56 benchmark::DoNotOptimize(absl::Milliseconds(i)); in BM_Duration_Factory_Milliseconds()
60 BENCHMARK(BM_Duration_Factory_Milliseconds);
[all …]
/external/XNNPACK/bench/
Dend2end.cc14 #include <benchmark/benchmark.h>
21 benchmark::State& state, in End2EndBenchmark()
49 const uint64_t cpu_frequency = benchmark::utils::GetCurrentCpuFrequency(); in End2EndBenchmark()
55 static void FP32MobileNetV1(benchmark::State& state) { in FP32MobileNetV1()
59 static void FP32MobileNetV2(benchmark::State& state) { in FP32MobileNetV2()
63 static void FP32MobileNetV3Large(benchmark::State& state) { in FP32MobileNetV3Large()
67 static void FP32MobileNetV3Small(benchmark::State& state) { in FP32MobileNetV3Small()
71 static void FP32Sparse80MobileNetV1(benchmark::State& state) { in FP32Sparse80MobileNetV1()
77 static void FP32Sparse80MobileNetV2(benchmark::State& state) { in FP32Sparse80MobileNetV2()
83 static void FP32Sparse80MobileNetV3Large(benchmark::State& state) { in FP32Sparse80MobileNetV3Large()
[all …]
Dqs8-gemm.cc18 #include <benchmark/benchmark.h>
31 static void GEMMBenchmark(benchmark::State& state, in GEMMBenchmark()
34 benchmark::utils::IsaCheckFunction isa_check = nullptr) in GEMMBenchmark()
48 const size_t nc_stride = benchmark::utils::RoundUp(nc, nr); in GEMMBenchmark()
49 const size_t kc_stride = benchmark::utils::RoundUp(kc, kr); in GEMMBenchmark()
67benchmark::utils::DivideRoundUp<size_t>(benchmark::utils::GetMaxCacheSize(), w_size + c_elements *… in GEMMBenchmark()
85 benchmark::utils::PrefetchToL1(a.data(), a.size() * sizeof(int8_t)); in GEMMBenchmark()
103 const uint64_t cpu_frequency = benchmark::utils::GetCurrentCpuFrequency(); in GEMMBenchmark()
108 state.counters["OPS"] = benchmark::Counter( in GEMMBenchmark()
109 uint64_t(state.iterations()) * 2 * mc * nc * kc, benchmark::Counter::kIsRate); in GEMMBenchmark()
[all …]
Df32-dwconv2d-chw.cc13 #include <benchmark/benchmark.h>
26 static void DWConv2DBenchmark(benchmark::State& state, in DWConv2DBenchmark()
29 benchmark::utils::IsaCheckFunction isa_check = nullptr) in DWConv2DBenchmark()
94 benchmark::utils::DivideRoundUp<size_t>(benchmark::utils::GetMaxCacheSize(), in DWConv2DBenchmark()
118 benchmark::utils::PrefetchToL1(input.data(), input.size() * sizeof(float)); in DWConv2DBenchmark()
134 const uint64_t cpu_frequency = benchmark::utils::GetCurrentCpuFrequency(); in DWConv2DBenchmark()
139 state.counters["FLOPS"] = benchmark::Counter( in DWConv2DBenchmark()
141 benchmark::Counter::kIsRate); in DWConv2DBenchmark()
143 state.counters["bytes"] = benchmark::Counter( in DWConv2DBenchmark()
145 benchmark::Counter::kIsRate); in DWConv2DBenchmark()
[all …]
Df32-igemm.cc13 #include <benchmark/benchmark.h>
26 static void IGEMMBenchmark(benchmark::State& state, in IGEMMBenchmark()
29 benchmark::utils::IsaCheckFunction isa_check = nullptr) in IGEMMBenchmark()
61 const size_t mc_stride = benchmark::utils::RoundUp<size_t>(output_size, mr); in IGEMMBenchmark()
62 const size_t nc_stride = benchmark::utils::RoundUp<size_t>(group_output_channels, nr); in IGEMMBenchmark()
63 const size_t kc_stride = benchmark::utils::RoundUp<size_t>(group_input_channels, kr); in IGEMMBenchmark()
78 benchmark::utils::DivideRoundUp<size_t>(benchmark::utils::GetMaxCacheSize(), in IGEMMBenchmark()
125 benchmark::utils::PrefetchToL1(a.data(), a.size() * sizeof(float)); in IGEMMBenchmark()
143 const uint64_t cpu_frequency = benchmark::utils::GetCurrentCpuFrequency(); in IGEMMBenchmark()
148 state.counters["FLOPS"] = benchmark::Counter( in IGEMMBenchmark()
[all …]
Dqs8-gemm-e2e.cc14 #include <benchmark/benchmark.h>
27 benchmark::State& state, in GEMMEnd2EndBenchmark()
34 benchmark::utils::IsaCheckFunction isa_check = nullptr) in GEMMEnd2EndBenchmark()
71 const uint64_t cpu_frequency = benchmark::utils::GetCurrentCpuFrequency(); in GEMMEnd2EndBenchmark()
79 …static void qs8_gemm_minmax_ukernel_1x16c4__aarch64_neondot_ld32(benchmark::State& state, models::… in qs8_gemm_minmax_ukernel_1x16c4__aarch64_neondot_ld32()
86 benchmark::utils::CheckNEONDOT); in qs8_gemm_minmax_ukernel_1x16c4__aarch64_neondot_ld32()
88 …static void qs8_gemm_minmax_ukernel_1x16c4__aarch64_neondot_ld64(benchmark::State& state, models::… in qs8_gemm_minmax_ukernel_1x16c4__aarch64_neondot_ld64()
95 benchmark::utils::CheckNEONDOT); in qs8_gemm_minmax_ukernel_1x16c4__aarch64_neondot_ld64()
99 …static void qs8_gemm_minmax_ukernel_4x16c4__aarch64_neondot_cortex_a55(benchmark::State& state, mo… in qs8_gemm_minmax_ukernel_4x16c4__aarch64_neondot_cortex_a55()
106 benchmark::utils::CheckNEONDOT); in qs8_gemm_minmax_ukernel_4x16c4__aarch64_neondot_cortex_a55()
[all …]
Df32-gemm.cc18 #include <benchmark/benchmark.h>
34 static void GEMMBenchmark(benchmark::State& state, in GEMMBenchmark()
37 benchmark::utils::IsaCheckFunction isa_check = nullptr) in GEMMBenchmark()
47 const size_t nc_stride = benchmark::utils::RoundUp(nc, nr); in GEMMBenchmark()
48 const size_t kc_stride = benchmark::utils::RoundUp(kc, kr); in GEMMBenchmark()
64 benchmark::utils::DivideRoundUp<size_t>(benchmark::utils::GetMaxCacheSize(), in GEMMBenchmark()
83 benchmark::utils::PrefetchToL1(a.data(), a.size() * sizeof(float)); in GEMMBenchmark()
98 const uint64_t cpu_frequency = benchmark::utils::GetCurrentCpuFrequency(); in GEMMBenchmark()
103 state.counters["FLOPS"] = benchmark::Counter( in GEMMBenchmark()
104 uint64_t(state.iterations()) * 2 * mc * nc * kc, benchmark::Counter::kIsRate); in GEMMBenchmark()
[all …]
Df32-spmm.cc13 #include <benchmark/benchmark.h>
23 static void SpMMBenchmark(benchmark::State& state, in SpMMBenchmark()
25 benchmark::utils::IsaCheckFunction isa_check = nullptr) in SpMMBenchmark()
55 benchmark::utils::DivideRoundUp<size_t>(benchmark::utils::GetMaxCacheSize(), in SpMMBenchmark()
138 benchmark::utils::PrefetchToL1(a.data(), a.size() * sizeof(float)); in SpMMBenchmark()
151 const uint64_t cpu_frequency = benchmark::utils::GetCurrentCpuFrequency(); in SpMMBenchmark()
156 state.counters["FLOPS"] = benchmark::Counter( in SpMMBenchmark()
157 uint64_t(state.iterations()) * 2 * mc * num_nonzeroes, benchmark::Counter::kIsRate); in SpMMBenchmark()
159 state.counters["EffFLOPS"] = benchmark::Counter( in SpMMBenchmark()
160 uint64_t(state.iterations()) * 2 * mc * nc * kc, benchmark::Counter::kIsRate); in SpMMBenchmark()
[all …]
/external/toolchain-utils/
Dupdate_telemetry_defaults.py7 """Script to maintain the Telemetry benchmark default results file.
49 def ListCurrentDefaults(self, benchmark='all'): argument
51 # can specify the name of a particular benchmark to see only that
52 # benchmark's default values.
54 print('The benchmark default results are currently empty.')
55 if benchmark == 'all':
62 elif benchmark in self._defaults:
63 results = self._defaults[benchmark]
64 out_str = benchmark + ' : '
69 print("Error: Unrecognized benchmark '%s'" % benchmark)
[all …]
/external/FP16/bench/
Dieee-element.cc1 #include <benchmark/benchmark.h>
45 static void fp16_ieee_to_fp32_bits(benchmark::State& state) { in fp16_ieee_to_fp32_bits()
51 benchmark::DoNotOptimize(fp32); in fp16_ieee_to_fp32_bits()
54 BENCHMARK(fp16_ieee_to_fp32_bits);
56 static void fp16_ieee_to_fp32_value(benchmark::State& state) { in fp16_ieee_to_fp32_value()
62 benchmark::DoNotOptimize(fp32); in fp16_ieee_to_fp32_value()
65 BENCHMARK(fp16_ieee_to_fp32_value);
68 static void fp16_ieee_to_fp32_psimd(benchmark::State& state) { in fp16_ieee_to_fp32_psimd()
74 benchmark::DoNotOptimize(fp32); in fp16_ieee_to_fp32_psimd()
77 BENCHMARK(fp16_ieee_to_fp32_psimd);
[all …]
/external/google-benchmark/test/
Dbasic_test.cc2 #include "benchmark/benchmark.h"
4 #define BASIC_BENCHMARK_TEST(x) BENCHMARK(x)->Arg(8)->Arg(512)->Arg(8192)
6 void BM_empty(benchmark::State& state) { in BM_empty()
8 benchmark::DoNotOptimize(state.iterations()); in BM_empty()
11 BENCHMARK(BM_empty);
12 BENCHMARK(BM_empty)->ThreadPerCpu();
14 void BM_spin_empty(benchmark::State& state) { in BM_spin_empty()
17 benchmark::DoNotOptimize(x); in BM_spin_empty()
24 void BM_spin_pause_before(benchmark::State& state) { in BM_spin_pause_before()
26 benchmark::DoNotOptimize(i); in BM_spin_pause_before()
[all …]
Doptions_test.cc1 #include "benchmark/benchmark.h"
10 void BM_basic(benchmark::State& state) { in BM_basic()
15 void BM_basic_slow(benchmark::State& state) { in BM_basic_slow()
23 BENCHMARK(BM_basic);
24 BENCHMARK(BM_basic)->Arg(42);
25 BENCHMARK(BM_basic_slow)->Arg(10)->Unit(benchmark::kNanosecond);
26 BENCHMARK(BM_basic_slow)->Arg(100)->Unit(benchmark::kMicrosecond);
27 BENCHMARK(BM_basic_slow)->Arg(1000)->Unit(benchmark::kMillisecond);
28 BENCHMARK(BM_basic_slow)->Arg(1000)->Unit(benchmark::kSecond);
29 BENCHMARK(BM_basic)->Range(1, 8);
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dcharconv_benchmark.cc21 #include "benchmark/benchmark.h"
25 void BM_Strtod_Pi(benchmark::State& state) { in BM_Strtod_Pi()
28 benchmark::DoNotOptimize(pi); in BM_Strtod_Pi()
29 benchmark::DoNotOptimize(strtod(pi, nullptr)); in BM_Strtod_Pi()
32 BENCHMARK(BM_Strtod_Pi);
34 void BM_Absl_Pi(benchmark::State& state) { in BM_Absl_Pi()
38 benchmark::DoNotOptimize(pi); in BM_Absl_Pi()
41 benchmark::DoNotOptimize(v); in BM_Absl_Pi()
44 BENCHMARK(BM_Absl_Pi);
46 void BM_Strtod_Pi_float(benchmark::State& state) { in BM_Strtod_Pi_float()
[all …]
/external/webrtc/third_party/abseil-cpp/absl/strings/
Dcharconv_benchmark.cc21 #include "benchmark/benchmark.h"
25 void BM_Strtod_Pi(benchmark::State& state) { in BM_Strtod_Pi()
28 benchmark::DoNotOptimize(pi); in BM_Strtod_Pi()
29 benchmark::DoNotOptimize(strtod(pi, nullptr)); in BM_Strtod_Pi()
32 BENCHMARK(BM_Strtod_Pi);
34 void BM_Absl_Pi(benchmark::State& state) { in BM_Absl_Pi()
38 benchmark::DoNotOptimize(pi); in BM_Absl_Pi()
41 benchmark::DoNotOptimize(v); in BM_Absl_Pi()
44 BENCHMARK(BM_Absl_Pi);
46 void BM_Strtod_Pi_float(benchmark::State& state) { in BM_Strtod_Pi_float()
[all …]
/external/angle/third_party/abseil-cpp/absl/strings/
Dcharconv_benchmark.cc21 #include "benchmark/benchmark.h"
25 void BM_Strtod_Pi(benchmark::State& state) { in BM_Strtod_Pi()
28 benchmark::DoNotOptimize(pi); in BM_Strtod_Pi()
29 benchmark::DoNotOptimize(strtod(pi, nullptr)); in BM_Strtod_Pi()
32 BENCHMARK(BM_Strtod_Pi);
34 void BM_Absl_Pi(benchmark::State& state) { in BM_Absl_Pi()
38 benchmark::DoNotOptimize(pi); in BM_Absl_Pi()
41 benchmark::DoNotOptimize(v); in BM_Absl_Pi()
44 BENCHMARK(BM_Absl_Pi);
46 void BM_Strtod_Pi_float(benchmark::State& state) { in BM_Strtod_Pi_float()
[all …]
/external/abseil-cpp/absl/strings/
Dcharconv_benchmark.cc21 #include "benchmark/benchmark.h"
25 void BM_Strtod_Pi(benchmark::State& state) { in BM_Strtod_Pi()
28 benchmark::DoNotOptimize(pi); in BM_Strtod_Pi()
29 benchmark::DoNotOptimize(strtod(pi, nullptr)); in BM_Strtod_Pi()
32 BENCHMARK(BM_Strtod_Pi);
34 void BM_Absl_Pi(benchmark::State& state) { in BM_Absl_Pi()
38 benchmark::DoNotOptimize(pi); in BM_Absl_Pi()
41 benchmark::DoNotOptimize(v); in BM_Absl_Pi()
44 BENCHMARK(BM_Absl_Pi);
46 void BM_Strtod_Pi_float(benchmark::State& state) { in BM_Strtod_Pi_float()
[all …]
/external/openscreen/third_party/abseil/src/absl/strings/
Dcharconv_benchmark.cc21 #include "benchmark/benchmark.h"
25 void BM_Strtod_Pi(benchmark::State& state) { in BM_Strtod_Pi()
28 benchmark::DoNotOptimize(pi); in BM_Strtod_Pi()
29 benchmark::DoNotOptimize(strtod(pi, nullptr)); in BM_Strtod_Pi()
32 BENCHMARK(BM_Strtod_Pi);
34 void BM_Absl_Pi(benchmark::State& state) { in BM_Absl_Pi()
38 benchmark::DoNotOptimize(pi); in BM_Absl_Pi()
41 benchmark::DoNotOptimize(v); in BM_Absl_Pi()
44 BENCHMARK(BM_Absl_Pi);
46 void BM_Strtod_Pi_float(benchmark::State& state) { in BM_Strtod_Pi_float()
[all …]
/external/libtextclassifier/abseil-cpp/absl/strings/
Dcharconv_benchmark.cc21 #include "benchmark/benchmark.h"
25 void BM_Strtod_Pi(benchmark::State& state) { in BM_Strtod_Pi()
28 benchmark::DoNotOptimize(pi); in BM_Strtod_Pi()
29 benchmark::DoNotOptimize(strtod(pi, nullptr)); in BM_Strtod_Pi()
32 BENCHMARK(BM_Strtod_Pi);
34 void BM_Absl_Pi(benchmark::State& state) { in BM_Absl_Pi()
38 benchmark::DoNotOptimize(pi); in BM_Absl_Pi()
41 benchmark::DoNotOptimize(v); in BM_Absl_Pi()
44 BENCHMARK(BM_Absl_Pi);
46 void BM_Strtod_Pi_float(benchmark::State& state) { in BM_Strtod_Pi_float()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dregexp_benchmark.cc14 #include "util/benchmark.h"
128 typedef void SearchImpl(benchmark::State& state, const char* regexp,
136 typedef void ParseImpl(benchmark::State& state, const char* regexp,
151 // Benchmark: failed search for regexp in random text.
170 void Search(benchmark::State& state, const char* regexp, SearchImpl* search) { in Search()
200 void Search_Easy0_CachedDFA(benchmark::State& state) { Search(state, EASY0, SearchCachedDFA); } in Search_Easy0_CachedDFA()
201 void Search_Easy0_CachedNFA(benchmark::State& state) { Search(state, EASY0, SearchCachedNFA); } in Search_Easy0_CachedNFA()
202 void Search_Easy0_CachedPCRE(benchmark::State& state) { Search(state, EASY0, SearchCachedPCRE); } in Search_Easy0_CachedPCRE()
203 void Search_Easy0_CachedRE2(benchmark::State& state) { Search(state, EASY0, SearchCachedRE2); } in Search_Easy0_CachedRE2()
212 void Search_Easy1_CachedDFA(benchmark::State& state) { Search(state, EASY1, SearchCachedDFA); } in Search_Easy1_CachedDFA()
[all …]

12345678910>>...124