Lines Matching full:running
83 running
95 cycle (aka the cooling device state), the running duration can be
111 running
125 running
160 (Ptarget) resulting in an amount of time running at full power on a
164 P(opp)target = ((Trunning x (P(opp)running) + (Tidle x P(opp)idle)) /
169 Tidle = Trunning x ((P(opp)running / P(opp)target) - 1)
171 At this point if we know the running period for the CPU, that gives us
173 injection duration, we can compute the running duration with::
175 Trunning = Tidle / ((P(opp)running / P(opp)target) - 1)
177 Practically, if the running power is less than the targeted power, we
180 running power greater than the targeted power.