Home
last modified time | relevance | path

Searched refs:MapFixture (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Dmap_test.cc35 class MapFixture : public ::benchmark::Fixture { class
46 BENCHMARK_DEFINE_F(MapFixture, Lookup)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
55 BENCHMARK_REGISTER_F(MapFixture, Lookup)->Range(1 << 3, 1 << 12);
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Dmap_test.cc35 class MapFixture : public ::benchmark::Fixture { class
46 BENCHMARK_DEFINE_F(MapFixture, Lookup)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
55 BENCHMARK_REGISTER_F(MapFixture, Lookup)->Range(1 << 3, 1 << 12);