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

Method benchmarkStarting

extlibs/catch/include/catch/catch.hpp:12263–12265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12261 m_reporter->benchmarkPreparing(name);
12262 }
12263 void RunContext::benchmarkStarting( BenchmarkInfo const& info ) {
12264 m_reporter->benchmarkStarting( info );
12265 }
12266 void RunContext::benchmarkEnded( BenchmarkStats<> const& stats ) {
12267 m_reporter->benchmarkEnded( stats );
12268 }

Callers 1

runMethod · 0.45

Calls 2

ColumnBreakClass · 0.85
DurationClass · 0.85

Tested by

no test coverage detected