#include "benchmark/benchmark.h"
#include <cstdlib>
#include <map>
Go to the source code of this file.
Classes | |
class | MapFixture |
Functions | |
BENCHMARK (BM_MapLookup) -> Range(1<< 3, 1<< 12) | |
BENCHMARK_DEFINE_F (MapFixture, Lookup)(benchmark | |
BENCHMARK_MAIN () | |
BENCHMARK_REGISTER_F (MapFixture, Lookup) -> Range(1<< 3, 1<< 12) | |
static void | BM_MapLookup (benchmark::State &state) |
BENCHMARK | ( | BM_MapLookup | ) | -> Range(1<< 3, 1<< 12) |
BENCHMARK_DEFINE_F | ( | MapFixture | , |
Lookup | |||
) |
Definition at line 46 of file third_party/benchmark/test/map_test.cc.
BENCHMARK_MAIN | ( | ) |
BENCHMARK_REGISTER_F | ( | MapFixture | , |
Lookup | |||
) | -> Range(1<< 3, 1<< 12) |
|
static |
Definition at line 19 of file third_party/benchmark/test/map_test.cc.