Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
bench.h
Go to the documentation of this file.
93 benchmark::BenchRunner BOOST_PP_CAT(bench_, BOOST_PP_CAT(__LINE__, n))(BOOST_PP_STRINGIZE(n), n);
BenchRunner(std::string name, BenchFunction func)
Definition: bench.cpp:17
Definition: bench.h:79
Definition: box.hpp:161
std::map< std::string, BenchFunction > BenchmarkMap
Definition: bench.h:81
Definition: bench.h:39
std::chrono::high_resolution_clock hi_res_clock
Definition: bench.h:42
std::conditional< hi_res_clock::is_steady, hi_res_clock, steady_clock >::type type
Definition: bench.h:44
Definition: bench.h:50
Definition: bench.h:41
static void RunAll(duration elapsedTimeForOne=std::chrono::seconds(1))
Definition: bench.cpp:23