Bitcoin ABC  0.26.3
P2P Digital Currency
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 (const Args &args)
 

Private Types

typedef std::map< std::string, BenchFunctionBenchmarkMap
 

Static Private Member Functions

static BenchmarkMapbenchmarks ()
 

Detailed Description

Definition at line 53 of file bench.h.

Member Typedef Documentation

◆ BenchmarkMap

typedef std::map<std::string, BenchFunction> benchmark::BenchRunner::BenchmarkMap
private

Definition at line 54 of file bench.h.

Constructor & Destructor Documentation

◆ BenchRunner()

benchmark::BenchRunner::BenchRunner ( std::string  name,
benchmark::BenchFunction  func 
)

Definition at line 46 of file bench.cpp.

Member Function Documentation

◆ benchmarks()

benchmark::BenchRunner::BenchmarkMap & benchmark::BenchRunner::benchmarks ( )
staticprivate

Definition at line 41 of file bench.cpp.

◆ RunAll()

void benchmark::BenchRunner::RunAll ( const Args args)
static

Definition at line 51 of file bench.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following files: