Bitcoin ABC  0.29.2
P2P Digital Currency
Functions | Variables
bench_bitcoin.cpp File Reference
#include <bench/bench.h>
#include <clientversion.h>
#include <crypto/sha256.h>
#include <fs.h>
#include <util/strencodings.h>
#include <util/system.h>
#include <chrono>
#include <cstdint>
#include <iostream>
#include <sstream>
#include <vector>
Include dependency graph for bench_bitcoin.cpp:

Go to the source code of this file.

Functions

static void SetupBenchArgs (ArgsManager &argsman)
 
static std::vector< double > parseAsymptote (const std::string &str)
 
int main (int argc, char **argv)
 

Variables

static const char * DEFAULT_BENCH_FILTER = ".*"
 
static constexpr int64_t DEFAULT_MIN_TIME_MS {10}
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 64 of file bench_bitcoin.cpp.

Here is the call graph for this function:

◆ parseAsymptote()

static std::vector<double> parseAsymptote ( const std::string &  str)
static

Definition at line 52 of file bench_bitcoin.cpp.

Here is the caller graph for this function:

◆ SetupBenchArgs()

static void SetupBenchArgs ( ArgsManager argsman)
static

Definition at line 22 of file bench_bitcoin.cpp.

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

Variable Documentation

◆ DEFAULT_BENCH_FILTER

const char* DEFAULT_BENCH_FILTER = ".*"
static

Definition at line 19 of file bench_bitcoin.cpp.

◆ DEFAULT_MIN_TIME_MS

constexpr int64_t DEFAULT_MIN_TIME_MS {10}
staticconstexpr

Definition at line 20 of file bench_bitcoin.cpp.