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

Method benchmarkPreparing

extlibs/catch/include/catch/catch.hpp:12260–12262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12258
12259#if defined(CATCH_CONFIG_ENABLE_BENCHMARKING)
12260 void RunContext::benchmarkPreparing(std::string const& name) {
12261 m_reporter->benchmarkPreparing(name);
12262 }
12263 void RunContext::benchmarkStarting( BenchmarkInfo const& info ) {
12264 m_reporter->benchmarkStarting( info );
12265 }

Callers 1

runMethod · 0.45

Calls 4

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

Tested by

no test coverage detected