MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / benchmarkNoAnalysis

Method benchmarkNoAnalysis

extlibs/catch/include/catch/catch.hpp:9673–9673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9671 Verbosity Config::verbosity() const { return m_data.verbosity; }
9672
9673 bool Config::benchmarkNoAnalysis() const { return m_data.benchmarkNoAnalysis; }
9674 int Config::benchmarkSamples() const { return m_data.benchmarkSamples; }
9675 double Config::benchmarkConfidenceInterval() const { return m_data.benchmarkConfidenceInterval; }
9676 unsigned int Config::benchmarkResamples() const { return m_data.benchmarkResamples; }

Callers 1

analyseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected