Home
last modified time | relevance | path

Searched refs:cpu_total (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_cpu.c154 uint64_t cpu_busy, cpu_total; in query_cpu_load() local
157 get_cpu_stats(info->cpu_index, &cpu_busy, &cpu_total); in query_cpu_load()
160 (double)(cpu_total - info->last_cpu_total); in query_cpu_load()
164 info->last_cpu_total = cpu_total; in query_cpu_load()
/external/ltp/utils/ffsb-6.0-rc2/
Dffsb.h49 double cpu_total; member