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

Method benchmarkStarting

unittests/catch.hpp:8702–8704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8700 m_unfinishedSections.push_back(endInfo);
8701 }
8702 void RunContext::benchmarkStarting( BenchmarkInfo const& info ) {
8703 m_reporter->benchmarkStarting( info );
8704 }
8705 void RunContext::benchmarkEnded( BenchmarkStats const& stats ) {
8706 m_reporter->benchmarkEnded( stats );
8707 }

Callers 1

reportStartMethod · 0.45

Calls 4

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

Tested by

no test coverage detected