Home
last modified time | relevance | path

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

/external/v8/src/base/platform/
Dtime.cc875 uint64_t perf_counter_ticks = perf_counter_now - perf_counter_initial; in TSCTicksPerSecond() local
877 perf_counter_ticks / static_cast<double>(perf_counter_frequency.QuadPart); in TSCTicksPerSecond()