![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <bench.h>
Public Member Functions | |
BenchRunner (std::string name, BenchFunction func) | |
Static Public Member Functions | |
static void | RunAll (double elapsedTimeForOne=1.0) |
Static Private Attributes | |
static std::map< std::string, BenchFunction > | benchmarks |
BenchRunner::BenchRunner | ( | std::string | name, |
BenchFunction | func | ||
) |
|
static |
|
staticprivate |
Definition at line 59 of file bench.h.
Referenced by BenchRunner(), and RunAll().