MCPcopy Create free account
hub / github.com/alibaba/CicadaPlayer / af_gettime

Function af_gettime

framework/utils/timer.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20int64_t af_gettime()
21{
22 return std::chrono::duration_cast<std::chrono::microseconds>(std::chrono::system_clock::now().time_since_epoch()).count();
23}
24
25int64_t af_gettime_relative()
26{

Callers 2

af_make_abstime_latemsFunction · 0.85
getTimeMSMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected