ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
Loading...
Searching...
No Matches
ppforest2::cli::BenchmarkReport::Markdown Struct Reference

Markdown style with emoji indicators. More...

#include <BenchmarkReport.hpp>

Public Member Functions

std::string bad (std::string const &s) const override
 
std::string format_baseline_label (std::string const &ts) const override
 
std::string format_footer (std::size_t count, double total_ms) const override
 
std::string format_header (Columns const &columns) const override
 
std::string format_row (Columns const &columns, ppforest2::io::layout::Row const &cells) const override
 
std::string format_title (std::string const &name, std::string const &ts) const override
 
std::string good (std::string const &s) const override
 
std::string neutral (std::string const &s) const override
 
- Public Member Functions inherited from ppforest2::cli::BenchmarkReport::Style
virtual ~Style ()=default
 

Additional Inherited Members

- Protected Types inherited from ppforest2::cli::BenchmarkReport::Style
using Columns = std::vector<ppforest2::io::layout::Column>
 

Detailed Description

Markdown style with emoji indicators.

Member Function Documentation

◆ bad()

std::string ppforest2::cli::BenchmarkReport::Markdown::bad ( std::string const & s) const
overridevirtual

◆ format_baseline_label()

std::string ppforest2::cli::BenchmarkReport::Markdown::format_baseline_label ( std::string const & ts) const
overridevirtual

◆ format_footer()

std::string ppforest2::cli::BenchmarkReport::Markdown::format_footer ( std::size_t count,
double total_ms ) const
overridevirtual

◆ format_header()

std::string ppforest2::cli::BenchmarkReport::Markdown::format_header ( Columns const & columns) const
overridevirtual

◆ format_row()

std::string ppforest2::cli::BenchmarkReport::Markdown::format_row ( Columns const & columns,
ppforest2::io::layout::Row const & cells ) const
overridevirtual

◆ format_title()

std::string ppforest2::cli::BenchmarkReport::Markdown::format_title ( std::string const & name,
std::string const & ts ) const
overridevirtual

◆ good()

std::string ppforest2::cli::BenchmarkReport::Markdown::good ( std::string const & s) const
overridevirtual

◆ neutral()

std::string ppforest2::cli::BenchmarkReport::Markdown::neutral ( std::string const & s) const
overridevirtual

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