

Go to the source code of this file.
Classes | |
| class | testing::Benchmark |
| class | benchmark::State::Iterator |
| class | benchmark::State |
| struct | benchmark::State::Iterator::Value |
Namespaces | |
| benchmark | |
| testing | |
Macros | |
| #define | BENCHMARK(f) |
| #define | BENCHMARK_RANGE(f, lo, hi) |
Functions | |
| void | SetBenchmarkBytesProcessed (int64_t b) |
| void | SetBenchmarkItemsProcessed (int64_t i) |
| void | StartBenchmarkTiming () |
| void | StopBenchmarkTiming () |
| #define BENCHMARK | ( | f | ) |
Definition at line 148 of file re2/util/benchmark.h.
| #define BENCHMARK_RANGE | ( | f, | |
| lo, | |||
| hi | |||
| ) |
Definition at line 152 of file re2/util/benchmark.h.
| void SetBenchmarkBytesProcessed | ( | int64_t | b | ) |
Definition at line 47 of file bloaty/third_party/re2/util/benchmark.cc.
| void SetBenchmarkItemsProcessed | ( | int64_t | i | ) |
Definition at line 56 of file re2/util/benchmark.cc.
| void StartBenchmarkTiming | ( | ) |
Definition at line 57 of file bloaty/third_party/re2/util/benchmark.cc.
| void StopBenchmarkTiming | ( | ) |
Definition at line 51 of file bloaty/third_party/re2/util/benchmark.cc.