Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/CicadaPlayer
/ af_get_utc_timer
Function
af_get_utc_timer
framework/utils/timer.cpp:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
return gUtcTimer.get();
75
}
76
UTCTimer *af_get_utc_timer()
77
{
78
return &gUtcTimer;
79
}
Callers
1
getUTCTimer
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected