cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
Loading...
Searching...
No Matches
stat_bench::reporter Namespace Reference

Namespace of reporters of results of benchmarks. More...

Namespaces

namespace  data_file_spec
 Namespace of specification of data files.
 

Classes

class  CompressedMsgPackReporter
 Class to write compressed MsgPack files. More...
 
class  ConsoleReporter
 Class to report results to consoles. More...
 
class  DataFileReporterBase
 Base class to write data files. More...
 
class  IReporter
 Interface of reporters. More...
 
class  JsonReporter
 Class to write JSON files. More...
 
class  MsgPackReporter
 Class to write MsgPack files. More...
 
class  PlotReporter
 Class to generate plots of measurement results. More...
 

Variables

constexpr std::string_view data_file_schema_url
 URL of the schema of data files.
 

Detailed Description

Namespace of reporters of results of benchmarks.

Variable Documentation

◆ data_file_schema_url

std::string_view stat_bench::reporter::data_file_schema_url
inlineconstexpr
Initial value:
=
"https://cppstatbench.musicscience37.com/schemas/data_file_schema_v3.json"

URL of the schema of data files.

Definition at line 28 of file data_file_schema_url.h.