MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / ConsoleReporter

Method ConsoleReporter

tests/catch.hpp:13408–13416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13406};
13407
13408ConsoleReporter::ConsoleReporter(ReporterConfig const& config)
13409 : StreamingReporterBase(config),
13410 m_tablePrinter(new TablePrinter(config.stream(),
13411 {
13412 { "benchmark name", CATCH_CONFIG_CONSOLE_WIDTH - 32, ColumnInfo::Left },
13413 { "iters", 8, ColumnInfo::Right },
13414 { "elapsed ns", 14, ColumnInfo::Right },
13415 { "average", 14, ColumnInfo::Right }
13416 })) {}
13417ConsoleReporter::~ConsoleReporter() = default;
13418
13419std::string ConsoleReporter::getDescription() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected