Searched refs:get_cpu_total_time (Results 1 - 1 of 1) sorted by relevance

/system/extras/cpustats/
H A Dcpustats.c57 static long unsigned get_cpu_total_time(struct cpu_info *cpu);
284 static long unsigned get_cpu_total_time(struct cpu_info *cpu) { function
315 total_delta_time = get_cpu_total_time(new_cpu) - get_cpu_total_time(old_cpu);

Completed in 2685 milliseconds