Using Info from User Space?
Using Info from User Space?
Posted Nov 3, 2013 15:23 UTC (Sun) by raven667 (guest, #5198)In reply to: Using Info from User Space? by raven667
Parent article: The power-aware scheduling mini-summit
I am also going to add that latency is a big part of this calculation. As you correctly point out, keeping the processing core hotted up reduces latency for new work that is unknown to the scheduler. The finish fast theory is all about latency too, what is the latency of powering up more cores to add capacity versus just running on the cores which are already active, which way will finish first and return to a lower power state the fastest. The schedule can guesstimate this for work it knows about, although interrupt driven work has different properties.
