| 12353 | return static_cast<unsigned int>(getElapsedMicroseconds()/1000); |
| 12354 | } |
| 12355 | auto Timer::getElapsedSeconds() const -> double { |
| 12356 | return getElapsedMicroseconds()/1000000.0; |
| 12357 | } |
| 12358 | |
| 12359 | } // namespace Catch |
| 12360 | // end catch_timer.cpp |
no outgoing calls
no test coverage detected