Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ Start
Function
Start
ogsr_engine/xrCore/FTimer.h:43–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
constexpr CTimerBase() noexcept : startTime(), pauseDuration(), pauseAccum(), paused(false) {}
42
43
void Start()
44
{
45
if (paused)
46
return;
47
startTime = Now() - pauseAccum;
48
}
49
50
virtual Duration getElapsedTime() const
51
{
Callers
5
Activate
Method · 0.85
Start
Method · 0.85
Start
Method · 0.85
Start
Method · 0.85
AngleIntListIterator
Method · 0.85
Calls
1
Now
Function · 0.85
Tested by
no test coverage detected