Bitcoin Core 28.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
benchmark::BenchRunner Class Reference

#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 BenchmarkMapbenchmarks ()
 

Detailed Description

Definition at line 65 of file bench.h.

Member Typedef Documentation

◆ BenchmarkMap

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

Definition at line 68 of file bench.h.

Constructor & Destructor Documentation

◆ BenchRunner()

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

Definition at line 78 of file bench.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ benchmarks()

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

Definition at line 72 of file bench.cpp.

Here is the caller graph for this function:

◆ RunAll()

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

Definition at line 83 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: