Home
last modified time | relevance | path

Searched refs:RangeMultiplier (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/libcxx/benchmarks/
H A Dformat_to.bench.cpp83 BENCHMARK_TEMPLATE(BM_format_to_string_back_inserter, std::string)->RangeMultiplier(2)->Range(1, 1 …
86 BENCHMARK_TEMPLATE(BM_format_to_string_begin, std::string)->RangeMultiplier(2)->Range(1, 1 << 20);
87 BENCHMARK_TEMPLATE(BM_format_to_string_begin, std::vector<char>)->RangeMultiplier(2)->Range(1, 1 <<…
88 BENCHMARK_TEMPLATE(BM_format_to_string_begin, std::list<char>)->RangeMultiplier(2)->Range(1, 1 << 2…
89 BENCHMARK_TEMPLATE(BM_format_to_string_span, char)->RangeMultiplier(2)->Range(1, 1 << 20);
90 BENCHMARK_TEMPLATE(BM_format_to_string_pointer, char)->RangeMultiplier(2)->Range(1, 1 << 20);
92 BENCHMARK_TEMPLATE(BM_format_to_string_back_inserter, std::wstring)->RangeMultiplier(2)->Range(1, 1…
95 BENCHMARK_TEMPLATE(BM_format_to_string_begin, std::wstring)->RangeMultiplier(2)->Range(1, 1 << 20);
97 BENCHMARK_TEMPLATE(BM_format_to_string_begin, std::list<wchar_t>)->RangeMultiplier(2)->Range(1, 1 <…
98 BENCHMARK_TEMPLATE(BM_format_to_string_span, wchar_t)->RangeMultiplier(2)->Range(1, 1 << 20);
[all …]
H A Dformat_to_n.bench.cpp83 BENCHMARK_TEMPLATE(BM_format_to_n_string_back_inserter, std::string)->RangeMultiplier(2)->Range(1, …
86 BENCHMARK_TEMPLATE(BM_format_to_n_string_begin, std::string)->RangeMultiplier(2)->Range(1, 1 << 20);
87 BENCHMARK_TEMPLATE(BM_format_to_n_string_begin, std::vector<char>)->RangeMultiplier(2)->Range(1, 1 …
88 BENCHMARK_TEMPLATE(BM_format_to_n_string_begin, std::list<char>)->RangeMultiplier(2)->Range(1, 1 <<…
89 BENCHMARK_TEMPLATE(BM_format_to_n_string_span, char)->RangeMultiplier(2)->Range(1, 1 << 20);
90 BENCHMARK_TEMPLATE(BM_format_to_n_string_pointer, char)->RangeMultiplier(2)->Range(1, 1 << 20);
92 BENCHMARK_TEMPLATE(BM_format_to_n_string_back_inserter, std::wstring)->RangeMultiplier(2)->Range(1,…
95 BENCHMARK_TEMPLATE(BM_format_to_n_string_begin, std::wstring)->RangeMultiplier(2)->Range(1, 1 << 20…
97 BENCHMARK_TEMPLATE(BM_format_to_n_string_begin, std::list<wchar_t>)->RangeMultiplier(2)->Range(1, 1…
98 BENCHMARK_TEMPLATE(BM_format_to_n_string_span, wchar_t)->RangeMultiplier(2)->Range(1, 1 << 20);
[all …]
H A Dformatted_size.bench.cpp27 BENCHMARK_TEMPLATE(BM_formatted_size_string, char)->RangeMultiplier(2)->Range(1, 1 << 20);
28 BENCHMARK_TEMPLATE(BM_formatted_size_string, wchar_t)->RangeMultiplier(2)->Range(1, 1 << 20);
H A Dformat.bench.cpp27 BENCHMARK_TEMPLATE(BM_format_string, char)->RangeMultiplier(2)->Range(1, 1 << 20);
28 BENCHMARK_TEMPLATE(BM_format_string, wchar_t)->RangeMultiplier(2)->Range(1, 1 << 20);
H A Dstringstream.bench.cpp39 BENCHMARK(BM_Istream_numbers)->RangeMultiplier(2)->Range(1024, 4096);
H A Dfilesystem.bench.cpp159 getRandomPaths, /*PathLen*/5)->RangeMultiplier(2)->Range(2, 256)->Complexity();
161 getRandomPaths, /*PathLen*/32)->RangeMultiplier(2)->Range(2, 256)->Complexity();
/llvm-project-15.0.7/third-party/benchmark/test/
H A Dcomplexity_test.cc129 ->RangeMultiplier(2)
133 ->RangeMultiplier(2)
139 ->RangeMultiplier(2)
170 ->RangeMultiplier(2)
174 ->RangeMultiplier(2)
180 ->RangeMultiplier(2)
H A Doptions_test.cc31 BENCHMARK(BM_basic)->RangeMultiplier(2)->Range(1, 8);
41 ->RangeMultiplier(std::numeric_limits<int>::max())
47 BENCHMARK(BM_basic)->RangeMultiplier(4)->Range(-8, 8);
H A Dmultiple_ranges_test.cc77 ->RangeMultiplier(2)
H A Dreporter_output_test.cc396 BENCHMARK(BM_BigArgs)->RangeMultiplier(2)->Range(1U << 30U, 1U << 31U);
/llvm-project-15.0.7/third-party/benchmark/bindings/python/google_benchmark/
H A Dbenchmark.cc95 .def("range_multiplier", &Benchmark::RangeMultiplier, in PYBIND11_MODULE()
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dbenchmark_register.cc338 Benchmark* Benchmark::RangeMultiplier(int multiplier) { in RangeMultiplier() function in benchmark::internal::Benchmark
/llvm-project-15.0.7/third-party/benchmark/docs/
H A Duser_guide.md312 BENCHMARK(BM_memcpy)->RangeMultiplier(2)->Range(8, 8<<10);
467 ->RangeMultiplier(2)->Range(1<<10, 1<<18)->Complexity(benchmark::oN);
475 ->RangeMultiplier(2)->Range(1<<10, 1<<18)->Complexity();
482 BENCHMARK(BM_StringCompare)->RangeMultiplier(2)
493 BENCHMARK(BM_memcpy)->Name("memcpy")->RangeMultiplier(2)->Range(8, 8<<10);
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h996 Benchmark* RangeMultiplier(int multiplier);