Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ epoch
Function
epoch
src/Core/Time/TimeUtils.cpp:7–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
namespace obe::Time
6
{
7
TimeUnit epoch()
8
{
9
return double(std::chrono::duration_cast<std::chrono::microseconds>(
10
std::chrono::system_clock::now().time_since_epoch())
11
.count())
12
* microseconds;
13
}
14
} // namespace obe::Time
Callers
13
FramerateManager
Method · 0.85
update
Method · 0.85
tick
Method · 0.85
uTick
Method · 0.85
start
Method · 0.85
reset
Method · 0.85
getTime
Method · 0.85
checkDelay
Method · 0.85
update
Method · 0.85
execute
Method · 0.85
run
Method · 0.85
update
Method · 0.85
Calls
2
now
Class · 0.85
count
Method · 0.45
Tested by
no test coverage detected