MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / showDurations

Method showDurations

tests/catch.hpp:7865–7865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7863 bool Config::warnAboutMissingAssertions() const { return !!(m_data.warnings & WarnAbout::NoAssertions); }
7864 bool Config::warnAboutNoTests() const { return !!(m_data.warnings & WarnAbout::NoTests); }
7865 ShowDurations::OrNot Config::showDurations() const { return m_data.showDurations; }
7866 RunTests::InWhatOrder Config::runOrder() const { return m_data.runOrder; }
7867 unsigned int Config::rngSeed() const { return m_data.rngSeed; }
7868 int Config::benchmarkResolutionMultiple() const { return m_data.benchmarkResolutionMultiple; }

Callers 4

sectionEndedMethod · 0.80
writeGroupMethod · 0.80
testCaseStartingMethod · 0.80
testCaseEndedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected