Bitcoin Core  0.21.1
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
Public Attributes | List of all members
benchmark::Args Struct Reference

#include <bench.h>

Public Attributes

std::string regex_filter
 
bool is_list_only
 
std::vector< double > asymptote
 
std::string output_csv
 
std::string output_json
 

Detailed Description

Definition at line 40 of file bench.h.

Member Data Documentation

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

Definition at line 43 of file bench.h.

bool benchmark::Args::is_list_only

Definition at line 42 of file bench.h.

std::string benchmark::Args::output_csv

Definition at line 44 of file bench.h.

std::string benchmark::Args::output_json

Definition at line 45 of file bench.h.

std::string benchmark::Args::regex_filter

Definition at line 41 of file bench.h.


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