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