HomeSort by relevance Sort by last modified time
    Searched full:bm_stringcompare (Results 1 - 4 of 4) sorted by null

  /external/google-benchmark/test/
benchmark_test.cc 116 static void BM_StringCompare(benchmark::State& state) {
121 BENCHMARK(BM_StringCompare)->Range(1, 1 << 20);
  /external/libcxx/utils/google-benchmark/test/
benchmark_test.cc 116 static void BM_StringCompare(benchmark::State& state) {
121 BENCHMARK(BM_StringCompare)->Range(1, 1 << 20);
  /external/google-benchmark/
README.md 129 static void BM_StringCompare(benchmark::State& state) {
137 BENCHMARK(BM_StringCompare)
145 BENCHMARK(BM_StringCompare)
153 BENCHMARK(BM_StringCompare)->RangeMultiplier(2)
  /external/libcxx/utils/google-benchmark/
README.md 129 static void BM_StringCompare(benchmark::State& state) {
137 BENCHMARK(BM_StringCompare)
145 BENCHMARK(BM_StringCompare)
153 BENCHMARK(BM_StringCompare)->RangeMultiplier(2)

Completed in 550 milliseconds