Re: [PATCH 14/16] sched: make __update_entity_runnable_avg() fast

From: Peter Zijlstra
Date: Wed Jul 04 2012 - 12:52:06 EST


On Wed, 2012-06-27 at 19:24 -0700, Paul Turner wrote:
> +#define LOAD_AVG_MAX_N 516 /* number of full periods it takes to produce max */

y=sqrt(sqrt(sqrt(sqrt(sqrt(0.5)))))
l(1/1024)/l(y)
319.99999999999999998938
1024*y^320
.99999999999999998976

So after only 320 periods the contribution of the term is too small to
matter.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/