MCPcopy Create free account
hub / github.com/ElementsProject/elements / GetTimeMillis

Function GetTimeMillis

src/util/time.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128int64_t GetTimeMillis()
129{
130 return int64_t{GetSystemTime<std::chrono::milliseconds>().count()};
131}
132
133int64_t GetTimeMicros()
134{

Callers 15

LoadAddrmanFunction · 0.85
BanManMethod · 0.85
DumpBanlistMethod · 0.85
InterruptibleRecvFunction · 0.85
AppInitMainFunction · 0.85
LoadExternalBlockFileMethod · 0.85
DumpAddressesMethod · 0.85
FlushMethod · 0.85
PeriodicFlushMethod · 0.85
ScanningDurationMethod · 0.85
reserveMethod · 0.85

Calls 1

countMethod · 0.80

Tested by 2

BOOST_FIXTURE_TEST_CASEFunction · 0.68
BOOST_FIXTURE_TEST_CASEFunction · 0.68