From: Arjan van de Ven Date: Fri, 25 Jan 2008 20:08:35 +0000 (+0100) Subject: sched: keep total / count stats in addition to the max for X-Git-Tag: v2.6.25-rc1~1237^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d082592b62689fb91578d0338d04a9f50991990;p=pandora-kernel.git sched: keep total / count stats in addition to the max for Right now, the linux kernel (with scheduler statistics enabled) keeps track of the maximum time a process is waiting to be scheduled. While the maximum is a very useful metric, tracking average and total is equally useful (at least for latencytop) to figure out the accumulated effect of scheduler delays. The accumulated effect is important to judge the performance impact of scheduler tuning/behavior. Signed-off-by: Arjan van de Ven Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed