Bitcoin ABC  0.29.2
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
 
std::chrono::milliseconds min_time
 
std::vector< double > asymptote
 
fs::path output_csv
 
fs::path output_json
 
std::string regex_filter
 

Detailed Description

Definition at line 44 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 45 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.


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