MCPcopy 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
35int64_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
47int64_t time_freq()
48{

Callers 15

OnInitMethod · 0.85
OnPredictMethod · 0.85
GetSmoothPosMethod · 0.85
timeMethod · 0.85
RenderPopupFullscreenMethod · 0.85
RenderPopupConnectingMethod · 0.85
RenderPopupLoadingMethod · 0.85
OnStateChangeMethod · 0.85
OnRenderMethod · 0.85
SnapInputMethod · 0.85
OnRenderMethod · 0.85
DoToolbarLayersMethod · 0.85

Calls 1

time_get_implFunction · 0.85

Tested by

no test coverage detected