|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
Display style for benchmark report output. More...
#include <BenchmarkReport.hpp>
Public Member Functions | |
| virtual | ~Style ()=default |
Protected Types | |
| using | Columns = std::vector<ppforest2::io::layout::Column> |
Protected Member Functions | |
| virtual std::string | bad (std::string const &s) const =0 |
| virtual std::string | format_baseline_label (std::string const ×tamp) const =0 |
| virtual std::string | format_footer (std::size_t count, double total_ms) const =0 |
| virtual std::string | format_header (Columns const &columns) const =0 |
| virtual std::string | format_row (Columns const &columns, ppforest2::io::layout::Row const &cells) const =0 |
| virtual std::string | format_title (std::string const &name, std::string const ×tamp) const =0 |
| virtual std::string | good (std::string const &s) const =0 |
| virtual std::string | neutral (std::string const &s) const =0 |
Friends | |
| struct | BenchmarkReport |
Display style for benchmark report output.
Subclasses provide decoration (colors/emoji) and layout (aligned columns vs markdown tables).
|
protected |
|
virtualdefault |
|
protectedpure virtual |
Implemented in ppforest2::cli::BenchmarkReport::Markdown, and ppforest2::cli::BenchmarkReport::Text.
|
protectedpure virtual |
Implemented in ppforest2::cli::BenchmarkReport::Markdown, and ppforest2::cli::BenchmarkReport::Text.
|
protectedpure virtual |
Implemented in ppforest2::cli::BenchmarkReport::Markdown, and ppforest2::cli::BenchmarkReport::Text.
|
protectedpure virtual |
Implemented in ppforest2::cli::BenchmarkReport::Markdown, and ppforest2::cli::BenchmarkReport::Text.
|
protectedpure virtual |
Implemented in ppforest2::cli::BenchmarkReport::Markdown, and ppforest2::cli::BenchmarkReport::Text.
|
protectedpure virtual |
Implemented in ppforest2::cli::BenchmarkReport::Markdown, and ppforest2::cli::BenchmarkReport::Text.
|
protectedpure virtual |
Implemented in ppforest2::cli::BenchmarkReport::Markdown, and ppforest2::cli::BenchmarkReport::Text.
|
protectedpure virtual |
Implemented in ppforest2::cli::BenchmarkReport::Markdown, and ppforest2::cli::BenchmarkReport::Text.
|
friend |