Home
last modified time | relevance | path

Searched refs:perf_counter_now (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/base/platform/
H A Dtime.cc150 LARGE_INTEGER perf_counter_now = {};
154 BOOL result = ::QueryPerformanceCounter(&perf_counter_now);
157 return perf_counter_now.QuadPart;
862 uint64_t perf_counter_now = QPCNowRaw(); in TSCTicksPerSecond() local
878 DCHECK_GE(perf_counter_now, perf_counter_initial); in TSCTicksPerSecond()
879 uint64_t perf_counter_ticks = perf_counter_now - perf_counter_initial; in TSCTicksPerSecond()

Completed in 2 milliseconds