Bitcoin Core 31.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)

Static Public Member Functions

static void RunAll (const Args &args)

Private Types

using BenchmarkMap = std::map<std::string, BenchFunction>

Static Private Member Functions

static BenchmarkMapbenchmarks ()

Detailed Description

Definition at line 54 of file bench.h.

Member Typedef Documentation

◆ BenchmarkMap

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

Definition at line 57 of file bench.h.

Constructor & Destructor Documentation

◆ BenchRunner()

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

Definition at line 73 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 67 of file bench.cpp.

Here is the caller graph for this function:

◆ RunAll()

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

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