Home
last modified time | relevance | path

Searched refs:nowInUsec (Results 1 – 1 of 1) sorted by relevance

/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A DAtomicHashMapTest.cpp46 static int64_t nowInUsec() { in nowInUsec() function
487 double start = nowInUsec(); in TEST()
495 double elapsed = nowInUsec() - start; in TEST()
516 start = nowInUsec(); in TEST()
525 elapsed = nowInUsec() - start; in TEST()
799 uint64_t start = nowInUsec(); in loadGlobalAha()
805 uint64_t elapsed = nowInUsec() - start; in loadGlobalAha()
814 uint64_t start = nowInUsec(); in loadGlobalAhm()
818 uint64_t elapsed = nowInUsec() - start; in loadGlobalAhm()
827 uint64_t start = nowInUsec(); in loadGlobalQPAhm()
[all …]