MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / benchmarkEnded

Method benchmarkEnded

unittests/catch.hpp:8705–8707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8703 m_reporter->benchmarkStarting( info );
8704 }
8705 void RunContext::benchmarkEnded( BenchmarkStats const& stats ) {
8706 m_reporter->benchmarkEnded( stats );
8707 }
8708
8709 void RunContext::pushScopedMessage(MessageInfo const & message) {
8710 m_messages.push_back(message);

Callers 1

needsMoreIterationsMethod · 0.45

Calls 1

ColumnBreakClass · 0.85

Tested by

no test coverage detected