OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCurCpuSpeed
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/base/
systeminfo.h
64
int
GetCurCpuSpeed
();
systeminfo_unittest.cc
117
LOG(LS_INFO) << "MaxCurSpeed: " << info.
GetCurCpuSpeed
();
118
EXPECT_GT(info.
GetCurCpuSpeed
(), 0);
systeminfo.cc
356
int SystemInfo::
GetCurCpuSpeed
() {
Completed in 1319 milliseconds