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

Method Section

tutorials/external/catch.hpp:10763–10768  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10761namespace Catch {
10762
10763 Section::Section( SectionInfo const& info )
10764 : m_info( info ),
10765 m_sectionIncluded( getResultCapture().sectionStarted( m_info, m_assertions ) )
10766 {
10767 m_timer.start();
10768 }
10769
10770 Section::~Section() {
10771 if( m_sectionIncluded ) {

Callers

nothing calls this directly

Calls 2

sectionStartedMethod · 0.80
startMethod · 0.80

Tested by

no test coverage detected