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

Method benchmarkEnded

test/expected/catch.hpp:12669–12671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12667 m_reporter->benchmarkStarting( info );
12668 }
12669 void RunContext::benchmarkEnded( BenchmarkStats<> const& stats ) {
12670 m_reporter->benchmarkEnded( stats );
12671 }
12672 void RunContext::benchmarkFailed(std::string const & error) {
12673 m_reporter->benchmarkFailed(error);
12674 }

Callers 1

runMethod · 0.45

Calls 4

DurationClass · 0.85
ColumnBreakClass · 0.85
benchmarkNoAnalysisMethod · 0.80
countMethod · 0.80

Tested by

no test coverage detected