MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / timeInMilliseconds

Function timeInMilliseconds

src/dict.cpp:556–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554}
555
556long long timeInMilliseconds(void) {
557 struct timeval tv;
558
559 gettimeofday(&tv,NULL);
560 return (((long long)tv.tv_sec)*1000)+(tv.tv_usec/1000);
561}
562
563dictAsyncRehashCtl::~dictAsyncRehashCtl() {
564 while (deGCList != nullptr) {

Callers 1

dictRehashMillisecondsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected