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

  /external/webrtc/src/system_wrappers/interface/
cpu_wrapper.h 30 // The CPU usage per core is returned in cpu_usage. The CPU can be between
32 // Note that the pointer passed as cpu_usage is redirected to a local member
34 // numCores is the number of cores in the cpu_usage array.
40 // numCores will be 0 and cpu_usage will be set to NULL (indicating that
44 WebRtc_UWord32*& cpu_usage) = 0;
  /external/webrtc/src/system_wrappers/source/
cpu_win.cc 38 WebRtc_UWord32*& cpu_usage)
42 cpu_usage = NULL;
48 cpu_usage = NULL;
52 cpu_usage = cpu_usage_;
478 unsigned __int64 cpu_usage = 0; local
483 hr = wbem_enum_access_[i]->ReadQWORD(cpu_usage_handle_,&cpu_usage);
498 (previous_processor_timestamp_[i] > cpu_usage) ||
504 previous_processor_timestamp_[i] = cpu_usage;
509 cpu_usage - previous_processor_timestamp_[i];
525 previous_processor_timestamp_[i] = cpu_usage;
    [all...]
cpu_win.h 37 WebRtc_UWord32*& cpu_usage);
  /external/linux-tools-perf/
builtin-sched.c 69 u64 cpu_usage; member in struct:task_desc
108 static u64 cpu_usage; variable
491 this_task->cpu_usage = cpu_usage_1 - cpu_usage_0;
552 cpu_usage = 0;
573 cpu_usage += task->cpu_usage;
574 task->cpu_usage = 0;
579 runavg_cpu_usage = cpu_usage;
580 runavg_cpu_usage = (runavg_cpu_usage*9 + cpu_usage)/10;
627 (double)cpu_usage/1e6, (double)runavg_cpu_usage/1e6)
    [all...]

Completed in 330 milliseconds