MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / benchmarkPreparing

Method benchmarkPreparing

test/expected/catch.hpp:12663–12665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12661
12662#if defined(CATCH_CONFIG_ENABLE_BENCHMARKING)
12663 void RunContext::benchmarkPreparing(std::string const& name) {
12664 m_reporter->benchmarkPreparing(name);
12665 }
12666 void RunContext::benchmarkStarting( BenchmarkInfo const& info ) {
12667 m_reporter->benchmarkStarting( info );
12668 }

Callers 1

runMethod · 0.45

Calls 4

ColumnClass · 0.85
ColumnBreakClass · 0.85
widthMethod · 0.80
columnInfosMethod · 0.80

Tested by

no test coverage detected