Home
last modified time | relevance | path

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

/openbmc/linux/tools/power/cpupower/utils/idle_monitor/
H A Dcpuidle_sysfs.c28 unsigned long long statediff = current_count[cpu][id] in cpuidle_get_count_percent() local
36 *percent = ((100.0 * statediff) / timediff); in cpuidle_get_count_percent()
39 cpuidle_cstates[id].name, timediff, statediff, *percent, cpu); in cpuidle_get_count_percent()