HomeSort by relevance Sort by last modified time
    Searched refs:GetSystemLoad (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/base/
cpumonitor_unittest.cc 176 sampler.GetSystemLoad();
185 sys_idle = sampler.GetSystemLoad();
205 sampler.GetSystemLoad();
214 sys_halfbusy = sampler.GetSystemLoad();
234 sampler.GetSystemLoad();
243 sys_busy = sampler.GetSystemLoad();
264 sampler.GetSystemLoad();
273 sys_twobusy = sampler.GetSystemLoad();
294 sampler.GetSystemLoad();
302 sys_idle = sampler.GetSystemLoad();
    [all...]
cpumonitor.h 57 float GetSystemLoad();
cpumonitor.cc 136 GetSystemLoad();
165 float CpuSampler::GetSystemLoad() {
415 float system_load = sampler_.GetSystemLoad();

Completed in 2872 milliseconds