Searched refs:perf_counter_now (Results 1 – 1 of 1) sorted by relevance
407 LARGE_INTEGER perf_counter_now = {}; in EstimateLatencyMillis() local408 if (!::QueryPerformanceCounter(&perf_counter_now)) { in EstimateLatencyMillis()411 uint64_t qpc_now_raw = perf_counter_now.QuadPart; in EstimateLatencyMillis()