Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
Public Member Functions |
Static Public Member Functions |
Private Types |
Static Private Member Functions |
List of all members
benchmark::BenchRunner Class Reference
#include <bench.h>
Public Member Functions | |
BenchRunner (std::string name, BenchFunction func) | |
Static Public Member Functions | |
static void | RunAll (duration elapsedTimeForOne=std::chrono::seconds(1)) |
Private Types | |
typedef std::map< std::string, BenchFunction > | BenchmarkMap |
Static Private Member Functions | |
static BenchmarkMap & | benchmarks () |
Detailed Description
Member Typedef Documentation
◆ BenchmarkMap
|
private |
Constructor & Destructor Documentation
◆ BenchRunner()
benchmark::BenchRunner::BenchRunner | ( | std::string | name, |
benchmark::BenchFunction | func | ||
) |
Member Function Documentation
◆ benchmarks()
|
staticprivate |
◆ RunAll()
|
static |
Definition at line 23 of file bench.cpp.
References perf_fini(), and perf_init().
Referenced by main().
The documentation for this class was generated from the following files: