Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
benchmark::PlotlyPrinter Class Reference

#include <bench.h>

Inheritance diagram for benchmark::PlotlyPrinter:
[legend]
Collaboration diagram for benchmark::PlotlyPrinter:
[legend]

Public Member Functions

 PlotlyPrinter (std::string plotly_url, int64_t width, int64_t height)
 
void header ()
 
void result (const State &state)
 
void footer ()
 
- Public Member Functions inherited from benchmark::Printer
virtual ~Printer ()
 

Private Attributes

std::string m_plotly_url
 
int64_t m_width
 
int64_t m_height
 

Detailed Description

Definition at line 120 of file bench.h.

Constructor & Destructor Documentation

benchmark::PlotlyPrinter::PlotlyPrinter ( std::string  plotly_url,
int64_t  width,
int64_t  height 
)

Definition at line 47 of file bench.cpp.

Member Function Documentation

void benchmark::PlotlyPrinter::footer ( )
virtual

Implements benchmark::Printer.

Definition at line 78 of file bench.cpp.

void benchmark::PlotlyPrinter::header ( )
virtual

Implements benchmark::Printer.

Definition at line 52 of file bench.cpp.

void benchmark::PlotlyPrinter::result ( const State state)
virtual

Implements benchmark::Printer.

Definition at line 61 of file bench.cpp.

Member Data Documentation

int64_t benchmark::PlotlyPrinter::m_height
private

Definition at line 131 of file bench.h.

std::string benchmark::PlotlyPrinter::m_plotly_url
private

Definition at line 129 of file bench.h.

int64_t benchmark::PlotlyPrinter::m_width
private

Definition at line 130 of file bench.h.


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