MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / benchmarkResolutionMultiple

Method benchmarkResolutionMultiple

unittests/catch.hpp:6757–6757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6755 RunTests::InWhatOrder Config::runOrder() const { return m_data.runOrder; }
6756 unsigned int Config::rngSeed() const { return m_data.rngSeed; }
6757 int Config::benchmarkResolutionMultiple() const { return m_data.benchmarkResolutionMultiple; }
6758 UseColour::YesOrNo Config::useColour() const { return m_data.useColour; }
6759 bool Config::shouldDebugBreak() const { return m_data.shouldDebugBreak; }
6760 int Config::abortAfter() const { return m_data.abortAfter; }

Callers 1

getResolutionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected