| 5660 | |
| 5661 | #if defined(CATCH_CONFIG_ENABLE_BENCHMARKING) |
| 5662 | virtual void benchmarkPreparing( std::string const& ) {} |
| 5663 | virtual void benchmarkStarting( BenchmarkInfo const& ) {} |
| 5664 | virtual void benchmarkEnded( BenchmarkStats<> const& ) {} |
| 5665 | virtual void benchmarkFailed( std::string const& ) {} |
nothing calls this directly
no outgoing calls
no test coverage detected