Dash Core  0.12.2.1
P2P Digital Currency
bench.h File Reference
#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
 

Macro Definition Documentation

◆ BENCHMARK

#define BENCHMARK (   n)    benchmark::BenchRunner BOOST_PP_CAT(bench_, BOOST_PP_CAT(__LINE__, n))(BOOST_PP_STRINGIZE(n), n);

Definition at line 69 of file bench.h.