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

Method benchmarkSamples

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

Source from the content-addressed store, hash-verified

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; }
9677

Callers 3

runMethod · 0.80
prepareMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected