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

/linux-master/tools/power/cpupower/utils/idle_monitor/
H A Dcpuidle_sysfs.c28 unsigned long long statediff = current_count[cpu][id] local
36 *percent = ((100.0 * statediff) / timediff);
38 dprint("%s: - timediff: %llu - statediff: %llu - percent: %f (%u)\n",
39 cpuidle_cstates[id].name, timediff, statediff, *percent, cpu);

Completed in 123 milliseconds