HomeSort by relevance Sort by last modified time
    Searched refs:cpu_usage (Results 1 - 2 of 2) 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/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 192 milliseconds