MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / benchmarkStarting

Method benchmarkStarting

Bcore/src/main/cpp/Dobby/tests/catch.hpp:8660–8662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8658 m_unfinishedSections.push_back(endInfo);
8659}
8660void RunContext::benchmarkStarting(BenchmarkInfo const &info) {
8661 m_reporter->benchmarkStarting(info);
8662}
8663void RunContext::benchmarkEnded(BenchmarkStats const &stats) {
8664 m_reporter->benchmarkEnded(stats);
8665}

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