MCPcopy Create free account
hub / github.com/catchorg/Catch2 / benchmarkResamples

Method benchmarkResamples

extras/catch_amalgamated.cpp:928–928  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

926 unsigned int Config::benchmarkSamples() const { return m_data.benchmarkSamples; }
927 double Config::benchmarkConfidenceInterval() const { return m_data.benchmarkConfidenceInterval; }
928 unsigned int Config::benchmarkResamples() const { return m_data.benchmarkResamples; }
929 std::chrono::milliseconds Config::benchmarkWarmupTime() const { return std::chrono::milliseconds(m_data.benchmarkWarmupTime); }
930
931 void Config::readBazelEnvVars() {

Callers 2

runMethod · 0.45
analyseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected