MCPcopy Create free account
hub / github.com/RenderKit/embree / ~Section

Method ~Section

tutorials/external/catch.hpp:10770–10778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10768 }
10769
10770 Section::~Section() {
10771 if( m_sectionIncluded ) {
10772 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() };
10773 if( uncaught_exceptions() )
10774 getResultCapture().sectionEndedEarly( endInfo );
10775 else
10776 getResultCapture().sectionEnded( endInfo );
10777 }
10778 }
10779
10780 // This indicates whether the section should be executed or not
10781 Section::operator bool() const {

Callers

nothing calls this directly

Calls 4

uncaught_exceptionsFunction · 0.85
getElapsedSecondsMethod · 0.80
sectionEndedEarlyMethod · 0.80
sectionEndedMethod · 0.45

Tested by

no test coverage detected