MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / ConsoleReporter

Method ConsoleReporter

Bcore/src/main/cpp/Dobby/tests/catch.hpp:11791–11798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11789};
11790
11791ConsoleReporter::ConsoleReporter(ReporterConfig const &config)
11792 : StreamingReporterBase(config),
11793 m_tablePrinter(
11794 new TablePrinter(config.stream(), {{"benchmark name", CATCH_CONFIG_CONSOLE_WIDTH - 32, ColumnInfo::Left},
11795 {"iters", 8, ColumnInfo::Right},
11796 {"elapsed ns", 14, ColumnInfo::Right},
11797 {"average", 14, ColumnInfo::Right}})) {
11798}
11799ConsoleReporter::~ConsoleReporter() = default;
11800
11801std::string ConsoleReporter::getDescription() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected