Ingo Molnar wrote on Monday, January 30, 2006 9:22 AM > - in kernel/sched.c, decrease ITERATIONS from 2 to 1. This will make the > measurement more noisy though. > > - in kernel/sched.c, change this line: > > size = size * 20 / 19; > > to: > > size = size * 10 / 9; > > this will probably halve the cost - against at the expense of > accuracy and statistical stability. I think the kernel should keep the accuracy and stability. One option would be by default not to measure the migration cost. For people who wants to have an accurate scheduler parameter, they can turn on a boot time option to do the measure. - Ken - To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Tue Jan 31 06:28:19 2006
This archive was generated by hypermail 2.1.8 : 2006-01-31 06:28:30 EST