From mboxrd@z Thu Jan 1 00:00:00 1970 From: Prarit Bhargava Date: Mon, 30 Jan 2006 20:52:57 +0000 Subject: Re: boot-time slowdown for measure_migration_cost Message-Id: <43DE7CA9.5070608@sgi.com> List-Id: References: <200601271403.27065.bjorn.helgaas@hp.com> <20060130172140.GB11793@elte.hu> <20060130185301.GA4622@agluck-lia64.sc.intel.com> <20060130192438.GA29129@elte.hu> <20060130200026.GA5081@agluck-lia64.sc.intel.com> <43DE7A70.8030004@sgi.com> In-Reply-To: <43DE7A70.8030004@sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Prarit Bhargava Cc: "Luck, Tony" , Ingo Molnar , Bjorn Helgaas , Ingo Molnar , linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, Andrew Morton , Linus Torvalds Prarit Bhargava wrote: > > Tony, > >> >> >> Might it be wise to see whether the 2% variation that I saw can be >> repeated on some other architecture? Can someone else try >> this patch and post the before/after values for migration_cost from >> dmesg? >> Whoops. Let's try that again: Pristine (with build_sched_domains measurement): [ 9.942253] Brought up 64 CPUs [ 9.942904] Total of 64 processors activated (143654.91 BogoMIPS). [ 9.943995] build_sched_domains: start [ 32.108439] migration_cost=0,32232,39021 [ 37.894391] build_sched_domains: end Patched (with build_sched_domains measurement): [ 9.942267] Brought up 64 CPUs [ 9.942930] Total of 64 processors activated (143654.91 BogoMIPS). [ 9.944032] build_sched_domains: beginmigration_cost=0,31854,38739 [ 23.868304] build_sched_domains: end P. >