Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ getTime
Method
getTime
src/Core/Time/Chronometer.cpp:23–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
TimeUnit Chronometer::getTime() const
24
{
25
if (m_started)
26
return epoch() - m_start;
27
return 0;
28
}
29
30
void Chronometer::setLimit(const TimeUnit limit)
31
{
Callers
1
over
Method · 0.95
Calls
1
epoch
Function · 0.85
Tested by
no test coverage detected