Searched refs:BM_format_string (Results 1 – 1 of 1) sorted by relevance
18 static void BM_format_string(benchmark::State& state) { in BM_format_string() function27 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);