| 5605 | #if defined(CATCH_CONFIG_ENABLE_BENCHMARKING) |
| 5606 | virtual void benchmarkPreparing( std::string const& ) {} |
| 5607 | virtual void benchmarkStarting( BenchmarkInfo const& ) {} |
| 5608 | virtual void benchmarkEnded( BenchmarkStats<> const& ) {} |
| 5609 | virtual void benchmarkFailed( std::string const& ) {} |
| 5610 | #endif // CATCH_CONFIG_ENABLE_BENCHMARKING |
nothing calls this directly
no outgoing calls
no test coverage detected