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

Method getCPUTime

Source/Basic/Application.cpp:1059–1061  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1057}
1058
1059double Application::getCPUTime() const noexcept {
1060 return _cpuTime;
1061}
1062
1063double Application::getGPUTime() const noexcept {
1064 const bgfx::Stats* stats = bgfx::getStats();

Callers 1

updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected