Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1059
double Application::getCPUTime() const noexcept {
1060
return _cpuTime;
1061
}
1062
1063
double Application::getGPUTime() const noexcept {
1064
const bgfx::Stats* stats = bgfx::getStats();
Callers
1
update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected