Searched refs:elapsed_nanoseconds (Results 1 – 1 of 1) sorted by relevance
36 double elapsed_nanoseconds = (1e9 * counter.QuadPart) / freq.QuadPart; in GetWallTimeNs() local37 return TimeNanos(static_cast<uint64_t>(elapsed_nanoseconds)); in GetWallTimeNs()