| 1041 | } |
| 1042 | |
| 1043 | double Application::getCurrentTime() const noexcept { |
| 1044 | return bx::getHPCounter() / _frequency; |
| 1045 | } |
| 1046 | |
| 1047 | double Application::getRunningTime() const noexcept { |
| 1048 | return getCurrentTime() - _startTime; |
no test coverage detected