Bitcoin
Public Member Functions | List of all members
benchmark::Printer Class Referenceabstract

#include <bench.h>

Inheritance diagram for benchmark::Printer:
benchmark::ConsolePrinter benchmark::PlotlyPrinter

Public Member Functions

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

Constructor & Destructor Documentation

◆ ~Printer()

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

Member Function Documentation

◆ footer()

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

◆ header()

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

◆ result()

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

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