![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <bench.h>
Public Member Functions | |
| BenchRunner (std::string name, BenchFunction func, PriorityLevel level) | |
Static Public Member Functions | |
| static void | RunAll (const Args &args) |
Private Types | |
| typedef std::map< std::string, std::pair< BenchFunction, PriorityLevel > > | BenchmarkMap |
Static Private Member Functions | |
| static BenchmarkMap & | benchmarks () |
|
private |
| benchmark::BenchRunner::BenchRunner | ( | std::string | name, |
| BenchFunction | func, | ||
| PriorityLevel | level | ||
| ) |
|
staticprivate |
|
static |