Home | History | Annotate | Download | only in utils

Lines Matching full:active_time

561             active_time = max(cpu_active_time[c] for c in cpus)
562 active_power = node.active_states[freq].power * active_time
565 idle_power = _idle_power * (1 - active_time)