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

  /external/mesa3d/src/gallium/auxiliary/hud/
hud_cpu.c 152 uint64_t cpu_busy, cpu_total, cpu_load; local
154 get_cpu_stats(info->cpu_index, &cpu_busy, &cpu_total);
157 (double)(cpu_total - info->last_cpu_total);
161 info->last_cpu_total = cpu_total;
  /external/ltp/utils/ffsb-6.0-rc2/
ffsb.h 49 double cpu_total; member in struct:results

Completed in 301 milliseconds