| 9920 | |
| 9921 | bool Config::benchmarkNoAnalysis() const { return m_data.benchmarkNoAnalysis; } |
| 9922 | int Config::benchmarkSamples() const { return m_data.benchmarkSamples; } |
| 9923 | double Config::benchmarkConfidenceInterval() const { return m_data.benchmarkConfidenceInterval; } |
| 9924 | unsigned int Config::benchmarkResamples() const { return m_data.benchmarkResamples; } |
| 9925 |