MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / getCurrentTime

Method getCurrentTime

Source/Basic/Application.cpp:1043–1045  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

initInRenderMethod · 0.45
counterFunction · 0.45
ProfilerMethod · 0.45
~ProfilerMethod · 0.45

Calls 1

getHPCounterFunction · 0.85

Tested by

no test coverage detected