diff options
author | Yuyang Du <[email protected]> | 2016-05-03 05:54:27 +0800 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2016-05-05 09:41:08 +0200 |
commit | 7b20b916e953cabef569541f991a0a583bc344cb (patch) | |
tree | d2893671351afb263793839f6b854b8be1d64be5 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 7b5953345efe4f226bb52cbea04558d16ec7ebfa (diff) |
sched/fair: Optimize sum computation with a lookup table
__compute_runnable_contrib() uses a loop to compute sum, whereas a
table lookup can do it faster in a constant amount of time.
The program to generate the constants is located at:
Documentation/scheduler/sched-avg.txt
Signed-off-by: Yuyang Du <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Reviewed-by: Morten Rasmussen <[email protected]>
Acked-by: Vincent Guittot <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions