#include <bench/bench.h>
#include <util/strencodings.h>
#include <util/system.h>
#include <memory>
Go to the source code of this file.
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ SetupBenchArgs()
◆ DEFAULT_BENCH_EVALUATIONS
const int64_t DEFAULT_BENCH_EVALUATIONS = 5 |
|
static |
◆ DEFAULT_BENCH_FILTER
const char* DEFAULT_BENCH_FILTER = ".*" |
|
static |
◆ DEFAULT_BENCH_PRINTER
const char* DEFAULT_BENCH_PRINTER = "console" |
|
static |
◆ DEFAULT_BENCH_SCALING
const char* DEFAULT_BENCH_SCALING = "1.0" |
|
static |
◆ DEFAULT_PLOT_HEIGHT
const int64_t DEFAULT_PLOT_HEIGHT = 768 |
|
static |
◆ DEFAULT_PLOT_PLOTLYURL
const char* DEFAULT_PLOT_PLOTLYURL |
|
static |
Initial value:=
"https://cdn.plot.ly/plotly-latest.min.js"
Definition at line 16 of file bench_bitcoin.cpp.
◆ DEFAULT_PLOT_WIDTH
const int64_t DEFAULT_PLOT_WIDTH = 1024 |
|
static |