Bitcoin Core  27.99.0
P2P Digital Currency
Public Attributes | List of all members
benchmark::Args Struct Reference

#include <bench.h>

Collaboration diagram for benchmark::Args:
[legend]

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
 
uint8_t priority
 

Detailed Description

Definition at line 54 of file bench.h.

Member Data Documentation

◆ asymptote

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

Definition at line 58 of file bench.h.

◆ is_list_only

bool benchmark::Args::is_list_only

Definition at line 55 of file bench.h.

◆ min_time

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

Definition at line 57 of file bench.h.

◆ output_csv

fs::path benchmark::Args::output_csv

Definition at line 59 of file bench.h.

◆ output_json

fs::path benchmark::Args::output_json

Definition at line 60 of file bench.h.

◆ priority

uint8_t benchmark::Args::priority

Definition at line 62 of file bench.h.

◆ regex_filter

std::string benchmark::Args::regex_filter

Definition at line 61 of file bench.h.

◆ sanity_check

bool benchmark::Args::sanity_check

Definition at line 56 of file bench.h.


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