Searched refs:GetCurCpuSpeed (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dsysteminfo.h47 int GetCurCpuSpeed();
H A Dsysteminfo_unittest.cc100 LOG(LS_INFO) << "MaxCurSpeed: " << info.GetCurCpuSpeed();
101 EXPECT_GT(info.GetCurCpuSpeed(), 0);
H A Dsysteminfo.cc339 int SystemInfo::GetCurCpuSpeed() { function in class:rtc::SystemInfo

Completed in 81 milliseconds