OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetMaxCpuSpeed
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/base/
systeminfo.h
63
int
GetMaxCpuSpeed
();
systeminfo_unittest.cc
109
LOG(LS_INFO) << "MaxCpuSpeed: " << info.
GetMaxCpuSpeed
();
110
EXPECT_GT(info.
GetMaxCpuSpeed
(), 0);
111
EXPECT_LT(info.
GetMaxCpuSpeed
(), 100000); // 100 Ghz
119
EXPECT_LT(info.
GetMaxCpuSpeed
(), 100000);
systeminfo.cc
312
int SystemInfo::
GetMaxCpuSpeed
() {
360
return
GetMaxCpuSpeed
();
365
return !error ? static_cast<int>(sysctl_value/1000000) :
GetMaxCpuSpeed
();
368
return
GetMaxCpuSpeed
();
Completed in 25 milliseconds