| 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 |