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

/external/chromium_org/third_party/webrtc/base/
H A Dsysteminfo.h46 int GetMaxCpuSpeed();
H A Dsysteminfo_unittest.cc92 LOG(LS_INFO) << "MaxCpuSpeed: " << info.GetMaxCpuSpeed();
93 EXPECT_GT(info.GetMaxCpuSpeed(), 0);
94 EXPECT_LT(info.GetMaxCpuSpeed(), 100000); // 100 Ghz
102 EXPECT_LT(info.GetMaxCpuSpeed(), 100000);
H A Dsysteminfo.cc295 int SystemInfo::GetMaxCpuSpeed() { function in class:rtc::SystemInfo
343 return GetMaxCpuSpeed();
348 return !error ? static_cast<int>(sysctl_value/1000000) : GetMaxCpuSpeed();
351 return GetMaxCpuSpeed();

Completed in 727 milliseconds