Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ getTotalTime
Method
getTotalTime
Source/Basic/Application.cpp:1079–1081 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1077
}
1078
1079
double Application::getTotalTime() const noexcept {
1080
return _totalTime;
1081
}
1082
1083
void Application::makeTimeNow() {
1084
_totalTime += _deltaTime;
Callers
2
play
Method · 0.80
application_get_total_time
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected