Home
last modified time | relevance | path

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

/external/v8/src/base/platform/
Dtime.cc814 double thread_time_seconds = thread_cycle_time / tsc_ticks_per_second; in GetForThread() local
816 static_cast<int64_t>(thread_time_seconds * Time::kMicrosecondsPerSecond)); in GetForThread()