![]() |
Raven Core
3.0.0
P2P Digital Currency
|
#include <functional>#include <limits>#include <map>#include <string>#include <boost/preprocessor/cat.hpp>#include <boost/preprocessor/stringize.hpp>Go to the source code of this file.
Classes | |
| class | benchmark::State |
| 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(State &)> | benchmark::BenchFunction |
| #define BENCHMARK | ( | n | ) | benchmark::BenchRunner BOOST_PP_CAT(bench_, BOOST_PP_CAT(__LINE__, n))(BOOST_PP_STRINGIZE(n), n); |
1.8.13