Searched hist:"145 ca25e" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/lib/ |
H A D | Makefile | 145ca25e Wed Oct 17 01:25:49 CDT 2007 Peter Zijlstra <a.p.zijlstra@chello.nl> lib: floating proportions
Given a set of objects, floating proportions aims to efficiently give the proportional 'activity' of a single item as compared to the whole set. Where 'activity' is a measure of a temporal property of the items.
It is efficient in that it need not inspect any other items of the set in order to provide the answer. It is not even needed to know how many other items there are.
It has one parameter, and that is the period of 'time' over which the 'activity' is measured.
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> 145ca25e Wed Oct 17 01:25:49 CDT 2007 Peter Zijlstra <a.p.zijlstra@chello.nl> lib: floating proportions Given a set of objects, floating proportions aims to efficiently give the proportional 'activity' of a single item as compared to the whole set. Where 'activity' is a measure of a temporal property of the items. It is efficient in that it need not inspect any other items of the set in order to provide the answer. It is not even needed to know how many other items there are. It has one parameter, and that is the period of 'time' over which the 'activity' is measured. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|