Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/metrics/
Dtime_ticks_experiment_win.cc30 cpu.has_non_stop_time_stamp_counter()); in CollectTimeTicksStats()
31 if (!cpu.has_non_stop_time_stamp_counter()) { in CollectTimeTicksStats()
/external/chromium_org/base/
Dcpu.h56 bool has_non_stop_time_stamp_counter() const { in has_non_stop_time_stamp_counter() function
/external/chromium_org/base/time/
Dtime_win.cc449 if (!cpu.has_non_stop_time_stamp_counter()) in CPUReliablySupportsHighResTime()