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

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

Completed in 128 milliseconds