MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / ConsoleReporter

Method ConsoleReporter

unittests/catch.hpp:11890–11898  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11888};
11889
11890ConsoleReporter::ConsoleReporter(ReporterConfig const& config)
11891 : StreamingReporterBase(config),
11892 m_tablePrinter(new TablePrinter(config.stream(),
11893 {
11894 { "benchmark name", CATCH_CONFIG_CONSOLE_WIDTH - 32, ColumnInfo::Left },
11895 { "iters", 8, ColumnInfo::Right },
11896 { "elapsed ns", 14, ColumnInfo::Right },
11897 { "average", 14, ColumnInfo::Right }
11898 })) {}
11899ConsoleReporter::~ConsoleReporter() = default;
11900
11901std::string ConsoleReporter::getDescription() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected