OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MapFixture
(Results
1 - 2
of
2
) sorted by null
/external/google-benchmark/test/
map_test.cc
34
class
MapFixture
: public ::benchmark::Fixture {
45
BENCHMARK_DEFINE_F(
MapFixture
, Lookup)(benchmark::State& state) {
54
BENCHMARK_REGISTER_F(
MapFixture
, Lookup)->Range(1 << 3, 1 << 12);
/external/libcxx/utils/google-benchmark/test/
map_test.cc
34
class
MapFixture
: public ::benchmark::Fixture {
45
BENCHMARK_DEFINE_F(
MapFixture
, Lookup)(benchmark::State& state) {
54
BENCHMARK_REGISTER_F(
MapFixture
, Lookup)->Range(1 << 3, 1 << 12);
Completed in 225 milliseconds