Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ GetTimeMicros
Function
GetTimeMicros
src/util/time.cpp:133–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
int64_t GetTimeMicros()
134
{
135
return int64_t{GetSystemTime<std::chrono::microseconds>().count()};
136
}
137
138
int64_t GetTimeSeconds()
139
{
Callers
13
Strengthen
Function · 0.85
LogTimestampStr
Method · 0.85
ConnectBlock
Method · 0.85
FlushStateToDisk
Method · 0.85
DisconnectTip
Method · 0.85
ConnectTip
Method · 0.85
DumpMempool
Function · 0.85
FlushUnconfirmed
Method · 0.85
RPCCommandExecution
Method · 0.85
getrpcinfo
Function · 0.85
GetTime
Function · 0.85
CreateNewBlock
Method · 0.85
Calls
1
count
Method · 0.80
Tested by
no test coverage detected