| 14994 | return static_cast<unsigned int>(getElapsedMicroseconds()/1000); |
| 14995 | } |
| 14996 | auto Timer::getElapsedSeconds() const -> double { |
| 14997 | return getElapsedMicroseconds()/1000000.0; |
| 14998 | } |
| 14999 | |
| 15000 | } // namespace Catch |
| 15001 | // end catch_timer.cpp |
no outgoing calls
no test coverage detected