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

Method benchmarkEnded

Source/ThirdParty/catch2/catch.hpp:12880–12882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12878 m_reporter->benchmarkStarting( info );
12879 }
12880 void RunContext::benchmarkEnded( BenchmarkStats<> const& stats ) {
12881 m_reporter->benchmarkEnded( stats );
12882 }
12883 void RunContext::benchmarkFailed(std::string const & error) {
12884 m_reporter->benchmarkFailed(error);
12885 }

Callers 1

runMethod · 0.45

Calls 4

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

Tested by

no test coverage detected