| 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& ) {} |
| 5666 | #endif // CATCH_CONFIG_ENABLE_BENCHMARKING |
| 5667 |
nothing calls this directly
no outgoing calls
no test coverage detected