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

  /external/chromium_org/third_party/libjingle/source/talk/base/
cpumonitor.cc 189 uint64 total_times, cpu_times; local
206 // include cpu_time as total_times
207 total_times = ToUInt64(kernel_time) + ToUInt64(user_time);
208 cpu_times = total_times - ToUInt64(idle_time);
235 total_times = current_kernel + current_user;
236 cpu_times = total_times - current_idle;
256 const uint64 total_times = cpu_times + cpu_info.cpu_ticks[CPU_STATE_IDLE]; local
282 const uint64 total_times = cpu_times + idle; local
285 system_.prev_load_ = UpdateCpuLoad(total_times,
310 const uint64 total_times local
320 const uint64 total_times = tv.tv_sec * kNumMicrosecsPerSec + tv.tv_usec; local
    [all...]
  /external/netperf/
nettest_dlpi.c 2424 unsigned int total_times=0; local
    [all...]
nettest_unix.c 2239 unsigned int total_times=0; local
    [all...]

Completed in 5794 milliseconds