| 11672 | return m_data.benchmarkConfidenceInterval; |
| 11673 | } |
| 11674 | unsigned int Config::benchmarkResamples() const |
| 11675 | { |
| 11676 | return m_data.benchmarkResamples; |
| 11677 | } |
| 11678 | std::chrono::milliseconds Config::benchmarkWarmupTime() const |
| 11679 | { |
| 11680 | return std::chrono::milliseconds(m_data.benchmarkWarmupTime); |