MCPcopy 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

5namespace 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

FramerateManagerMethod · 0.85
updateMethod · 0.85
tickMethod · 0.85
uTickMethod · 0.85
startMethod · 0.85
resetMethod · 0.85
getTimeMethod · 0.85
checkDelayMethod · 0.85
updateMethod · 0.85
executeMethod · 0.85
runMethod · 0.85
updateMethod · 0.85

Calls 2

nowClass · 0.85
countMethod · 0.45

Tested by

no test coverage detected