Bitcoin Core  0.20.99
P2P Digital Currency
Public Member Functions | List of all members
benchmark::Printer Class Referenceabstract

#include <bench.h>

Inheritance diagram for benchmark::Printer:
[legend]

Public Member Functions

virtual ~Printer ()
 
virtual void header ()=0
 
virtual void result (const State &state)=0
 
virtual void footer ()=0
 

Detailed Description

Definition at line 100 of file bench.h.

Constructor & Destructor Documentation

◆ ~Printer()

virtual benchmark::Printer::~Printer ( )
inlinevirtual

Definition at line 103 of file bench.h.

Member Function Documentation

◆ footer()

virtual void benchmark::Printer::footer ( )
pure virtual

Implemented in benchmark::PlotlyPrinter, and benchmark::ConsolePrinter.

Here is the caller graph for this function:

◆ header()

virtual void benchmark::Printer::header ( )
pure virtual

Implemented in benchmark::PlotlyPrinter, and benchmark::ConsolePrinter.

Here is the caller graph for this function:

◆ result()

virtual void benchmark::Printer::result ( const State state)
pure virtual

Implemented in benchmark::PlotlyPrinter, and benchmark::ConsolePrinter.

Here is the caller graph for this function:

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