![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <bench/nanobench.h>#include <util/fs.h>#include <util/macros.h>#include <chrono>#include <functional>#include <map>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | benchmark::Args |
| class | benchmark::BenchRunner |
Namespaces | |
| namespace | benchmark |
Macros | |
| #define | BENCHMARK(n) benchmark::BenchRunner PASTE2(bench_runner_, n) { STRINGIZE(n), n } |
Typedefs | |
| using | benchmark::BenchFunction = std::function< void(Bench &)> |
| #define BENCHMARK | ( | n | ) | benchmark::BenchRunner PASTE2(bench_runner_, n) { STRINGIZE(n), n } |