![]() |
Bitcoin Core
0.21.1
P2P Digital Currency
|
#include <chrono>#include <functional>#include <map>#include <string>#include <vector>#include <bench/nanobench.h>#include <boost/preprocessor/cat.hpp>#include <boost/preprocessor/stringize.hpp>Go to the source code of this file.
Classes | |
| struct | benchmark::Args |
| class | benchmark::BenchRunner |
Namespaces | |
| benchmark | |
Macros | |
| #define | BENCHMARK(n) benchmark::BenchRunner BOOST_PP_CAT(bench_, BOOST_PP_CAT(__LINE__, n))(BOOST_PP_STRINGIZE(n), n); |
Typedefs | |
| typedef std::function< void(Bench &)> | benchmark::BenchFunction |
| #define BENCHMARK | ( | n | ) | benchmark::BenchRunner BOOST_PP_CAT(bench_, BOOST_PP_CAT(__LINE__, n))(BOOST_PP_STRINGIZE(n), n); |
1.8.8