MCPcopy Create free account
hub / github.com/RenderKit/oidn / SectionStats

Method SectionStats

external/catch.hpp:11103–11111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11101 AssertionStats::~AssertionStats() = default;
11102
11103 SectionStats::SectionStats( SectionInfo const& _sectionInfo,
11104 Counts const& _assertions,
11105 double _durationInSeconds,
11106 bool _missingAssertions )
11107 : sectionInfo( _sectionInfo ),
11108 assertions( _assertions ),
11109 durationInSeconds( _durationInSeconds ),
11110 missingAssertions( _missingAssertions )
11111 {}
11112
11113 SectionStats::~SectionStats() = default;
11114

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected