MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / GetSystemTimeInSeconds

Function GetSystemTimeInSeconds

src/utiltime.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56int64_t GetSystemTimeInSeconds()
57{
58 return GetTimeMicros()/1000000;
59}
60
61void MilliSleep(int64_t n)
62{

Callers 4

SocketSendDataMethod · 0.85
ThreadSocketHandlerMethod · 0.85
CNodeMethod · 0.85
updateNodeDetailMethod · 0.85

Calls 1

GetTimeMicrosFunction · 0.85

Tested by

no test coverage detected