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

/external/chromium_org/third_party/webrtc/base/
H A Dcpumonitor_unittest.cc152 static void CpuTwoBusyLoop(int busytime) { argument
153 CpuLoad(100.0, busytime / 1000.0, 2, 1, 0.050, -1);
157 static void CpuBusyLoop(int busytime) { argument
158 CpuLoad(100.0, busytime / 1000.0, 1, 1, 0.050, -1);
162 static void CpuHalfBusyLoop(int busytime) { argument
163 CpuLoad(50.0, busytime / 1000.0, 1, 1, 0.050, -1);

Completed in 808 milliseconds