View Single Post
Old 05-23-2016, 08:38 PM   #279
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773670
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
An interesting comment in the kernel "governor" logic:
PHP Code:
    /* 
     * Every sampling_rate, we check, if current idle time is less
     * than 20% (default), then we try to increase frequency
     * Every sampling_rate*sampling_down_factor, we look for a the lowest
     * frequency which can sustain the load while keeping idle time over
     * 30%. If such a frequency exist, we try to decrease to this frequency.
     *
     * Any frequency increase takes it to the maximum frequency. 
     * Frequency reduction happens at minimum steps of 
     * 5% (default) of current frequency 
     */ 
That comment (and the following source code) are significantly altered from the original linux kernel code -- perhaps for additional time between battery recharge needs (what the eink kindles were famous for, amongst other things).

Last edited by geekmaster; 05-23-2016 at 08:41 PM.
geekmaster is offline   Reply With Quote