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

Method benchmarkStarting

test/expected/catch.hpp:12666–12668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12664 m_reporter->benchmarkPreparing(name);
12665 }
12666 void RunContext::benchmarkStarting( BenchmarkInfo const& info ) {
12667 m_reporter->benchmarkStarting( info );
12668 }
12669 void RunContext::benchmarkEnded( BenchmarkStats<> const& stats ) {
12670 m_reporter->benchmarkEnded( stats );
12671 }

Callers 1

runMethod · 0.45

Calls 3

ColumnBreakClass · 0.85
DurationClass · 0.85
benchmarkNoAnalysisMethod · 0.80

Tested by

no test coverage detected