Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ time_get
Function
time_get
src/base/time.cpp:35–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
int64_t time_get()
36
{
37
static int64_t last = 0;
38
if(new_tick == 0)
39
return last;
40
if(new_tick != -1)
41
new_tick = 0;
42
43
last = time_get_impl();
44
return last;
45
}
46
47
int64_t time_freq()
48
{
Callers
15
OnInit
Method · 0.85
OnPredict
Method · 0.85
GetSmoothPos
Method · 0.85
time
Method · 0.85
RenderPopupFullscreen
Method · 0.85
RenderPopupConnecting
Method · 0.85
RenderPopupLoading
Method · 0.85
OnStateChange
Method · 0.85
OnRender
Method · 0.85
SnapInput
Method · 0.85
OnRender
Method · 0.85
DoToolbarLayers
Method · 0.85
Calls
1
time_get_impl
Function · 0.85
Tested by
no test coverage detected