Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
benchmark::Args Struct Reference

#include <bench.h>

Public Attributes

bool is_list_only
bool sanity_check
std::chrono::milliseconds min_time
std::vector< double > asymptote
fs::path output_csv
fs::path output_json
std::string regex_filter
std::vector< std::string > setup_args

Detailed Description

Definition at line 43 of file bench.h.

Member Data Documentation

◆ asymptote

std::vector<double> benchmark::Args::asymptote

Definition at line 47 of file bench.h.

◆ is_list_only

bool benchmark::Args::is_list_only

Definition at line 44 of file bench.h.

◆ min_time

std::chrono::milliseconds benchmark::Args::min_time

Definition at line 46 of file bench.h.

◆ output_csv

fs::path benchmark::Args::output_csv

Definition at line 48 of file bench.h.

◆ output_json

fs::path benchmark::Args::output_json

Definition at line 49 of file bench.h.

◆ regex_filter

std::string benchmark::Args::regex_filter

Definition at line 50 of file bench.h.

◆ sanity_check

bool benchmark::Args::sanity_check

Definition at line 45 of file bench.h.

◆ setup_args

std::vector<std::string> benchmark::Args::setup_args

Definition at line 51 of file bench.h.


The documentation for this struct was generated from the following file: