summaryrefslogtreecommitdiff
path: root/scripts/basic
diff options
context:
space:
mode:
authorSrivatsa Vaddagiri <vatsa@codeaurora.org>2014-04-29 08:56:13 -0700
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 19:59:15 -0700
commit490b1d23cc0c905b1cfb722ece7291a6d3a0f87e (patch)
tree94330095c700d7fc08947299f70d923eea4e90df /scripts/basic
parent8319c3a5809234f19f1816ab50d725498e97bd53 (diff)
sched: window-stats: Do not account wait time
Task load statistics are used for two purposes : cpu frequency management and placement. Task's load can't be accurately judged by its wait time. For ex: a task could have waited for 10ms and when given opportunity to run, could just execute for 1ms. Accounting for 11ms as task's demand could be over-stating its needs in this example. For now, remove wait time from task demand and instead let task load be derived from its actual exec time. This may need to become a tunable feature. Change-Id: I47e94c444c6b44c3b0810347287d50f1ee685038 Signed-off-by: Srivatsa Vaddagiri <vatsa@codeaurora.org>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions