Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
int64_t GetSystemTimeInSeconds()
57
{
58
return GetTimeMicros()/1000000;
59
}
60
61
void MilliSleep(int64_t n)
62
{
Callers
4
SocketSendData
Method · 0.85
ThreadSocketHandler
Method · 0.85
CNode
Method · 0.85
updateNodeDetail
Method · 0.85
Calls
1
GetTimeMicros
Function · 0.85
Tested by
no test coverage detected