MCPcopy Create free account
hub / github.com/RenderKit/embree / sectionEndedEarly

Method sectionEndedEarly

tutorials/external/catch.hpp:10482–10490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10480 }
10481
10482 void RunContext::sectionEndedEarly(SectionEndInfo const & endInfo) {
10483 if (m_unfinishedSections.empty())
10484 m_activeSections.back()->fail();
10485 else
10486 m_activeSections.back()->close();
10487 m_activeSections.pop_back();
10488
10489 m_unfinishedSections.push_back(endInfo);
10490 }
10491 void RunContext::benchmarkStarting( BenchmarkInfo const& info ) {
10492 m_reporter->benchmarkStarting( info );
10493 }

Callers 1

~SectionMethod · 0.80

Calls 5

failMethod · 0.80
emptyMethod · 0.45
closeMethod · 0.45
pop_backMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected