![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <map>
#include <string>
#include <boost/function.hpp>
#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 boost::function< void(State &)> | benchmark::BenchFunction |
#define BENCHMARK | ( | n | ) | benchmark::BenchRunner BOOST_PP_CAT(bench_, BOOST_PP_CAT(__LINE__, n))(BOOST_PP_STRINGIZE(n), n); |