MCPcopy Create free account
hub / github.com/apache/trafficserver / benchmarkResamples

Method benchmarkResamples

lib/catch2/catch.hpp:10018–10018  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10016 int Config::benchmarkSamples() const { return m_data.benchmarkSamples; }
10017 double Config::benchmarkConfidenceInterval() const { return m_data.benchmarkConfidenceInterval; }
10018 unsigned int Config::benchmarkResamples() const { return m_data.benchmarkResamples; }
10019 std::chrono::milliseconds Config::benchmarkWarmupTime() const { return std::chrono::milliseconds(m_data.benchmarkWarmupTime); }
10020
10021 IStream const* Config::openStream() {

Callers 2

analyseFunction · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected