Home
last modified time | relevance | path

Searched defs:tsc_ticks_per_second (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/time/
H A Dtime_win.cc431 const double tsc_ticks_per_second = time_internal::TSCTicksPerSecond(); in GetForThread() local
509 static double tsc_ticks_per_second = 0; in TSCTicksPerSecond() local
/aosp_15_r20/external/cronet/base/time/
H A Dtime_win.cc688 const double tsc_ticks_per_second = time_internal::TSCTicksPerSecond(); in GetForThread() local
776 static double tsc_ticks_per_second = 0; in TSCTicksPerSecond() local
/aosp_15_r20/external/perfetto/src/base/
H A Dtime.cc54 static std::atomic<double> tsc_ticks_per_second = 0; in TSCTicksPerSecond() local