| 10498 | return static_cast<unsigned int>(getElapsedMicroseconds() / 1000); |
| 10499 | } |
| 10500 | auto Timer::getElapsedSeconds() const -> double { |
| 10501 | return getElapsedMicroseconds() / 1000000.0; |
| 10502 | } |
| 10503 | |
| 10504 | } // namespace Catch |
| 10505 | // end catch_timer.cpp |
no outgoing calls
no test coverage detected