HomeSort by relevance Sort by last modified time
    Searched full:perf_counter_initial (Results 1 - 1 of 1) sorted by null

  /external/v8/src/base/platform/
time.cc 720 static const uint64_t perf_counter_initial = QPCNowRaw(); local
741 DCHECK_GE(perf_counter_now, perf_counter_initial);
742 uint64_t perf_counter_ticks = perf_counter_now - perf_counter_initial;

Completed in 71 milliseconds