MCPcopy Create free account
hub / github.com/ddnet/ddnet / time_get_impl

Function time_get_impl

src/base/time.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30int64_t time_get_impl()
31{
32 return time_get_nanoseconds().count();
33}
34
35int64_t time_get()
36{

Callers 1

time_getFunction · 0.85

Calls 1

time_get_nanosecondsFunction · 0.85

Tested by

no test coverage detected