| 5670 | #if defined(CATCH_CONFIG_ENABLE_BENCHMARKING) |
| 5671 | virtual void benchmarkPreparing( std::string const& ) {} |
| 5672 | virtual void benchmarkStarting( BenchmarkInfo const& ) {} |
| 5673 | virtual void benchmarkEnded( BenchmarkStats<> const& ) {} |
| 5674 | virtual void benchmarkFailed( std::string const& ) {} |
| 5675 | #endif // CATCH_CONFIG_ENABLE_BENCHMARKING |
nothing calls this directly
no outgoing calls
no test coverage detected