Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/platform/
Dtime.cc804 ULONG64 thread_cycle_time = 0; in GetForThread() local
805 ::QueryThreadCycleTime(thread_handle, &thread_cycle_time); in GetForThread()
813 double thread_time_seconds = thread_cycle_time / tsc_ticks_per_second; in GetForThread()