| 10008 | std::chrono::milliseconds Config::benchmarkWarmupTime() const { return std::chrono::milliseconds(m_data.benchmarkWarmupTime); } |
| 10009 | |
| 10010 | IStream const* Config::openStream() { |
| 10011 | return Catch::makeStream(m_data.outputFilename); |
| 10012 | } |
| 10013 | |
| 10014 | } // end namespace Catch |
| 10015 | // end catch_config.cpp |
nothing calls this directly
no test coverage detected