| 14260 | return static_cast<unsigned int>(getElapsedMicroseconds()/1000); |
| 14261 | } |
| 14262 | auto Timer::getElapsedSeconds() const -> double { |
| 14263 | return getElapsedMicroseconds()/1000000.0; |
| 14264 | } |
| 14265 | |
| 14266 | } // namespace Catch |
| 14267 | // end catch_timer.cpp |
no outgoing calls
no test coverage detected