MCPcopy 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
133int64_t GetTimeMicros()
134{
135 return int64_t{GetSystemTime<std::chrono::microseconds>().count()};
136}
137
138int64_t GetTimeSeconds()
139{

Callers 13

StrengthenFunction · 0.85
LogTimestampStrMethod · 0.85
ConnectBlockMethod · 0.85
FlushStateToDiskMethod · 0.85
DisconnectTipMethod · 0.85
ConnectTipMethod · 0.85
DumpMempoolFunction · 0.85
FlushUnconfirmedMethod · 0.85
RPCCommandExecutionMethod · 0.85
getrpcinfoFunction · 0.85
GetTimeFunction · 0.85
CreateNewBlockMethod · 0.85

Calls 1

countMethod · 0.80

Tested by

no test coverage detected