Searched refs:getNanoseconds (Results 1 – 4 of 4) sorted by relevance
27 int64_t getNanoseconds(clockid_t clockId = CLOCK_MONOTONIC);
139 const int64_t nowNs = getNanoseconds(); in getLatency()417 int64_t beginTime = getNanoseconds(CLOCK_MONOTONIC); in TEST_P()431 beginTime = getNanoseconds(CLOCK_MONOTONIC); in TEST_P()
31 int64_t getNanoseconds(clockid_t clockId) { in getNanoseconds() function
36 int64_t now = getNanoseconds(); in measureLatency()